Method: ModelRecord#properties

Defined in:
lib/model/the_record.rb

#propertiesObject



25
26
27
# File 'lib/model/the_record.rb', line 25

def properties 
  { "@type" => "d", "@class" => self.[:class] }.merge attributes
end