class Atomsphere::Action::Action

Attributes

api_response[R]
response[R]

Public Class Methods

inherited(other) click to toggle source
# File lib/atomsphere/action.rb, line 119
def self.inherited(other)
  other.extend InstanceMethods
  other.include ClassMethods
end