Class: Dedalus::PatternLibrary::Models::LibraryItem
- Inherits:
-
Metacosm::Model
- Object
- Metacosm::Model
- Dedalus::PatternLibrary::Models::LibraryItem
- Defined in:
- lib/dedalus/pattern_library/models/library_item.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#description ⇒ Object
Returns the value of attribute description.
-
#example_data ⇒ Object
Returns the value of attribute example_data.
-
#item_class_name ⇒ Object
Returns the value of attribute item_class_name.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
5 6 7 |
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 5 def color @color end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 5 def description @description end |
#example_data ⇒ Object
Returns the value of attribute example_data.
6 7 8 |
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 6 def example_data @example_data end |
#item_class_name ⇒ Object
Returns the value of attribute item_class_name.
6 7 8 |
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 6 def item_class_name @item_class_name end |
#kind ⇒ Object
Returns the value of attribute kind.
5 6 7 |
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 5 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 5 def name @name end |