Class: Madness::Breadcrumbs::Breadcrumb
- Inherits:
-
Struct
- Object
- Struct
- Madness::Breadcrumbs::Breadcrumb
- Defined in:
- lib/madness/breadcrumbs.rb
Instance Attribute Summary collapse
-
#href ⇒ Object
Returns the value of attribute href.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#href ⇒ Object
Returns the value of attribute href
7 8 9 |
# File 'lib/madness/breadcrumbs.rb', line 7 def href @href end |
#label ⇒ Object
Returns the value of attribute label
7 8 9 |
# File 'lib/madness/breadcrumbs.rb', line 7 def label @label end |