Add account balance REPP

This commit is contained in:
Martin Lensment 2015-04-16 11:46:18 +03:00
parent 35513b83bf
commit 4a6c1f4166
17 changed files with 111 additions and 27 deletions

View file

@ -39,5 +39,6 @@ module Repp
mount Repp::DomainV1
mount Repp::ContactV1
mount Repp::AccountV1
end
end