Module: Bitsor::Client::AccountStatus
- Included in:
- Bitsor::Client
- Defined in:
- lib/bitsor/client/account_status.rb
Instance Method Summary collapse
Instance Method Details
#account_status ⇒ Object
6 7 8 9 10 |
# File 'lib/bitsor/client/account_status.rb', line 6 def account_status normalize_response.with(:account_status) do get('/v3/account_status/') end end |