Class: Atomsphere::Action::Action
- Inherits:
-
Object
- Object
- Atomsphere::Action::Action
- Defined in:
- lib/atomsphere/action.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#api_response ⇒ Object
readonly
Returns the value of attribute api_response.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Class Method Summary collapse
Instance Attribute Details
#api_response ⇒ Object (readonly)
Returns the value of attribute api_response
124 125 126 |
# File 'lib/atomsphere/action.rb', line 124 def api_response @api_response end |
#response ⇒ Object (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 |