Class: TopDMC::Resources::Base
- Inherits:
-
Object
- Object
- TopDMC::Resources::Base
- Includes:
- Utils
- Defined in:
- lib/topdmc/resources/base.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ Base
constructor
A new instance of Base.
Methods included from Utils
Constructor Details
#initialize(client) ⇒ Base
Returns a new instance of Base.
13 14 15 |
# File 'lib/topdmc/resources/base.rb', line 13 def initialize(client) @client = client end |