Class: Orchard::API::CheckWalletBalance

Inherits:
Base
  • Object
show all
Defined in:
lib/orchard/api/check_wallet_balance.rb

Instance Method Summary collapse

Methods inherited from Base

call, #compute_signature, #error_response, #initialize, #make_request

Constructor Details

This class inherits a constructor from Orchard::API::Base

Instance Method Details

#callObject



6
7
8
9
# File 'lib/orchard/api/check_wallet_balance.rb', line 6

def call
  @endpoint = Orchard::API::Constants::CHECK_WALLET_BALANCE
  make_request(:post)
end