Class: Caboose::MenuBlock
- Inherits:
-
Object
- Object
- Caboose::MenuBlock
- Defined in:
- app/models/caboose/menu_block.rb
Instance Attribute Summary collapse
-
#links ⇒ Object
Returns the value of attribute links.
-
#title ⇒ Object
Returns the value of attribute title.
-
#title_id ⇒ Object
Returns the value of attribute title_id.
Instance Attribute Details
#links ⇒ Object
Returns the value of attribute links.
4 5 6 |
# File 'app/models/caboose/menu_block.rb', line 4 def links @links end |
#title ⇒ Object
Returns the value of attribute title.
4 5 6 |
# File 'app/models/caboose/menu_block.rb', line 4 def title @title end |
#title_id ⇒ Object
Returns the value of attribute title_id.
4 5 6 |
# File 'app/models/caboose/menu_block.rb', line 4 def title_id @title_id end |