Class: OmiseGO::Balance

Inherits:
Base
  • Object
show all
Defined in:
lib/omisego/balance.rb

Instance Attribute Summary

Attributes inherited from Base

#client, #original_payload

Instance Method Summary collapse

Methods inherited from Base

attributes, #error?, global_client, #initialize, #inspect, request, #success?

Constructor Details

This class inherits a constructor from OmiseGO::Base

Instance Method Details

#tokenObject



5
6
7
# File 'lib/omisego/balance.rb', line 5

def token
  @_token ||= Token.new(@token)
end