Class: Dedalus::PatternLibrary::LibraryView
- Inherits:
-
Metacosm::View
- Object
- Metacosm::View
- Dedalus::PatternLibrary::LibraryView
- Defined in:
- lib/dedalus/pattern_library/library_view.rb
Instance Attribute Summary collapse
-
#library_items ⇒ Object
Returns the value of attribute library_items.
-
#library_name ⇒ Object
Returns the value of attribute library_name.
-
#library_section_tabs ⇒ Object
Returns the value of attribute library_section_tabs.
-
#library_sections ⇒ Object
Returns the value of attribute library_sections.
Instance Attribute Details
#library_items ⇒ Object
Returns the value of attribute library_items.
4 5 6 |
# File 'lib/dedalus/pattern_library/library_view.rb', line 4 def library_items @library_items end |
#library_name ⇒ Object
Returns the value of attribute library_name.
4 5 6 |
# File 'lib/dedalus/pattern_library/library_view.rb', line 4 def library_name @library_name end |
#library_section_tabs ⇒ Object
Returns the value of attribute library_section_tabs.
4 5 6 |
# File 'lib/dedalus/pattern_library/library_view.rb', line 4 def library_section_tabs @library_section_tabs end |
#library_sections ⇒ Object
Returns the value of attribute library_sections.
4 5 6 |
# File 'lib/dedalus/pattern_library/library_view.rb', line 4 def library_sections @library_sections end |