class Infobeep::AccountBalanceRequest
Public Instance Methods
http_method()
click to toggle source
# File lib/infobeep/requests/account_balance_request.rb, line 6 def http_method :get end
response_class()
click to toggle source
# File lib/infobeep/requests/account_balance_request.rb, line 14 def response_class AccountBalance end
route()
click to toggle source
# File lib/infobeep/requests/account_balance_request.rb, line 10 def route 'account/1/balance' end