Method: ModelRecord#properties
- Defined in:
- lib/model/the_record.rb
#properties ⇒ Object
25 26 27 |
# File 'lib/model/the_record.rb', line 25 def properties { "@type" => "d", "@class" => self.[:class] }.merge attributes end |
25 26 27 |
# File 'lib/model/the_record.rb', line 25 def properties { "@type" => "d", "@class" => self.[:class] }.merge attributes end |