Class: Avo::Concerns::Breadcrumbs::Crumb
- Inherits:
-
Data
- Object
- Data
- Avo::Concerns::Breadcrumbs::Crumb
- Defined in:
- lib/avo/concerns/breadcrumbs.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
readonly
Returns the value of attribute avatar.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#initials ⇒ Object
readonly
Returns the value of attribute initials.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#avatar ⇒ Object (readonly)
Returns the value of attribute avatar
18 19 20 |
# File 'lib/avo/concerns/breadcrumbs.rb', line 18 def avatar @avatar end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon
18 19 20 |
# File 'lib/avo/concerns/breadcrumbs.rb', line 18 def icon @icon end |
#initials ⇒ Object (readonly)
Returns the value of attribute initials
18 19 20 |
# File 'lib/avo/concerns/breadcrumbs.rb', line 18 def initials @initials end |
#path ⇒ Object (readonly)
Returns the value of attribute path
18 19 20 |
# File 'lib/avo/concerns/breadcrumbs.rb', line 18 def path @path end |
#title ⇒ Object (readonly)
Returns the value of attribute title
18 19 20 |
# File 'lib/avo/concerns/breadcrumbs.rb', line 18 def title @title end |