module RemoteResource::Concerns::Attributes

Public Instance Methods

attributes() click to toggle source
# File lib/remote_resource/concerns/attributes.rb, line 8
def attributes
  self.class.attributes
end
to_localone_hash() click to toggle source
# File lib/remote_resource/concerns/attributes.rb, line 12
def to_localone_hash
  serializable_hash
end