Class: Dedalus::PatternLibrary::Models::LibraryItem

Inherits:
Metacosm::Model
  • Object
show all
Defined in:
lib/dedalus/pattern_library/models/library_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color.



5
6
7
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 5

def color
  @color
end

#descriptionObject

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_dataObject

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_nameObject

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

#kindObject

Returns the value of attribute kind.



5
6
7
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 5

def kind
  @kind
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/dedalus/pattern_library/models/library_item.rb', line 5

def name
  @name
end