Class: Avo::Concerns::Breadcrumbs::Crumb
- Inherits:
-
Struct
- Object
- Struct
- Avo::Concerns::Breadcrumbs::Crumb
- Defined in:
- lib/avo/concerns/breadcrumbs.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/avo/concerns/breadcrumbs.rb', line 20 def name @name end |
#path ⇒ Object
Returns the value of attribute path
20 21 22 |
# File 'lib/avo/concerns/breadcrumbs.rb', line 20 def path @path end |