Module: Ecoportal::API::Common::Content::DoubleModel::Parented
- Included in:
- Ecoportal::API::Common::Content::DoubleModel
- Defined in:
- lib/ecoportal/api/common/content/double_model/parented.rb
Instance Attribute Summary collapse
-
#_parent ⇒ Object
readonly
Returns the value of attribute _parent.
-
#_parent_key ⇒ Object
(also: #_key)
readonly
Returns the value of attribute _parent_key.
Instance Attribute Details
#_parent ⇒ Object
Returns the value of attribute _parent.
7 8 9 |
# File 'lib/ecoportal/api/common/content/double_model/parented.rb', line 7 def _parent @_parent end |
#_parent_key ⇒ Object Also known as: _key
Returns the value of attribute _parent_key.
7 8 9 |
# File 'lib/ecoportal/api/common/content/double_model/parented.rb', line 7 def _parent_key @_parent_key end |