Class: Moo::Model::Data
Direct Known Subclasses
Instance Attribute Summary collapse
-
#link_id ⇒ Object
Returns the value of attribute link_id.
Instance Method Summary collapse
Instance Attribute Details
#link_id ⇒ Object
Returns the value of attribute link_id.
4 5 6 |
# File 'lib/moo/model/data.rb', line 4 def link_id @link_id end |
Instance Method Details
#type ⇒ Object
6 7 8 |
# File 'lib/moo/model/data.rb', line 6 def type self.class.name.split('::')[2].uncapitalize end |