Class: OmiseGO::Client
- Inherits:
-
Object
- Object
- OmiseGO::Client
- Defined in:
- lib/omisego/client.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
Instance Method Summary collapse
- #call(path, params) ⇒ Object
-
#initialize(options = nil) ⇒ Client
constructor
A new instance of Client.
- #request ⇒ Object
Constructor Details
#initialize(options = nil) ⇒ Client
Returns a new instance of Client.
5 6 7 |
# File 'lib/omisego/client.rb', line 5 def initialize( = nil) @config = load_config() end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
3 4 5 |
# File 'lib/omisego/client.rb', line 3 def config @config end |