Module: RemoteResource::Concerns::Attributes

Extended by:
ActiveSupport::Concern
Included in:
Model
Defined in:
lib/remote_resource/concerns/attributes.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#attributesObject



8
9
10
# File 'lib/remote_resource/concerns/attributes.rb', line 8

def attributes
  self.class.attributes
end

#to_localone_hashObject



12
13
14
# File 'lib/remote_resource/concerns/attributes.rb', line 12

def to_localone_hash
  serializable_hash
end