Class: Rea::AspectType::Description
- Defined in:
- lib/rea/aspect_type/description.rb
Instance Attribute Summary collapse
-
#media ⇒ Object
Returns the value of attribute media.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Rea::AspectType::Base
Instance Attribute Details
#media ⇒ Object
Returns the value of attribute media.
4 5 6 |
# File 'lib/rea/aspect_type/description.rb', line 4 def media @media end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/rea/aspect_type/description.rb', line 4 def name @name end |