Class: ReamazeAPI::Resource
- Inherits:
-
Object
- Object
- ReamazeAPI::Resource
- Extended by:
- Forwardable
- Defined in:
- lib/reamaze_api/resource.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(client) ⇒ void
constructor
Initialize a new Resource instance.
Constructor Details
#initialize(client) ⇒ void
Initialize a new Resource instance. API resources should inherit from this class.
16 17 18 |
# File 'lib/reamaze_api/resource.rb', line 16 def initialize(client) @client = client end |