Class: Zillabyte::API::Base
- Inherits:
-
Object
- Object
- Zillabyte::API::Base
- Defined in:
- lib/zillabyte/api/base.rb
Instance Method Summary collapse
-
#initialize(api) ⇒ Base
constructor
A new instance of Base.
- #request(*args) ⇒ Object
Constructor Details
#initialize(api) ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/zillabyte/api/base.rb', line 3 def initialize(api) @api = api end |
Instance Method Details
#request(*args) ⇒ Object
7 8 9 |
# File 'lib/zillabyte/api/base.rb', line 7 def request(*args) @api.request(*args) end |