Class: OMCMS::Resource
- Inherits:
-
Object
- Object
- OMCMS::Resource
- Defined in:
- lib/omcms/resource.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(client, host = nil, _response = {}) ⇒ Resource
constructor
A new instance of Resource.
Constructor Details
#initialize(client, host = nil, _response = {}) ⇒ Resource
Returns a new instance of Resource.
5 6 7 8 |
# File 'lib/omcms/resource.rb', line 5 def initialize(client, host = nil, _response = {}) @client = client @host = host end |