Class: Houston::Extensions::Link
- Inherits:
-
Struct
- Object
- Struct
- Houston::Extensions::Link
- Defined in:
- lib/houston/boot/extensions/navigation.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#slug ⇒ Object
Returns the value of attribute slug.
Method Summary
Methods included from Permitted
Methods included from LinkTo
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
38 39 40 |
# File 'lib/houston/boot/extensions/navigation.rb', line 38 def name @name end |
#slug ⇒ Object
Returns the value of attribute slug
38 39 40 |
# File 'lib/houston/boot/extensions/navigation.rb', line 38 def slug @slug end |