Class: Cpro::Resources::Base
- Inherits:
-
Object
- Object
- Cpro::Resources::Base
- Defined in:
- lib/cpro/resources/base.rb
Instance Method Summary collapse
-
#initialize(client, connection) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(client, connection) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/cpro/resources/base.rb', line 6 def initialize(client, connection) @client = client @connection = connection end |