Class: Atomsphere::Action::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/atomsphere/action.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#api_responseObject (readonly)

Returns the value of attribute api_response



124
125
126
# File 'lib/atomsphere/action.rb', line 124

def api_response
  @api_response
end

#responseObject (readonly)

Returns the value of attribute response



124
125
126
# File 'lib/atomsphere/action.rb', line 124

def response
  @response
end

Class Method Details

.inherited(other) ⇒ Object



119
120
121
122
# File 'lib/atomsphere/action.rb', line 119

def self.inherited(other)
  other.extend InstanceMethods
  other.include ClassMethods
end