Module: Yogo::Collection::Data::Model
- Defined in:
- lib/yogo/collection/data/model.rb
Defined Under Namespace
Modules: InstanceMethods
Instance Method Summary collapse
Instance Method Details
#resolve_property(options) ⇒ Object
11 12 13 |
# File 'lib/yogo/collection/data/model.rb', line 11 def resolve_property() collection.send(:resolve_property, ) end |
#to_s ⇒ Object
7 8 9 |
# File 'lib/yogo/collection/data/model.rb', line 7 def to_s "DataItemModel[]" end |