Class: Caboose::MenuBlock

Inherits:
Object
  • Object
show all
Defined in:
app/models/caboose/menu_block.rb

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute links.



4
5
6
# File 'app/models/caboose/menu_block.rb', line 4

def links
  @links
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'app/models/caboose/menu_block.rb', line 4

def title
  @title
end

#title_idObject

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