Class: OMCMS::Resource

Inherits:
Object
  • Object
show all
Defined in:
lib/omcms/resource.rb

Direct Known Subclasses

Component, Offering, OfferingData

Instance Method Summary collapse

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