Class: ThreeScale::Core::APIClient::Resource

Inherits:
Object
  • Object
show all
Includes:
Attributes, Operations, Support
Defined in:
lib/3scale/core/api_client/resource.rb

Instance Method Summary collapse

Methods included from Operations

included

Methods included from Support

included

Methods included from Attributes

#attributes, #dirty?, included, #update_attributes

Constructor Details

#initialize(attributes) ⇒ Resource

Returns a new instance of Resource.



45
46
47
# File 'lib/3scale/core/api_client/resource.rb', line 45

def initialize(attributes)
  update_attributes(attributes)
end