Class: Backstage::SidebarConfig::SidebarLink
- Inherits:
-
Struct
- Object
- Struct
- Backstage::SidebarConfig::SidebarLink
- Defined in:
- lib/backstage/sidebar_config.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#url_or_proc ⇒ Object
Returns the value of attribute url_or_proc.
Instance Attribute Details
#label ⇒ Object
Returns the value of attribute label
3 4 5 |
# File 'lib/backstage/sidebar_config.rb', line 3 def label @label end |
#url_or_proc ⇒ Object
Returns the value of attribute url_or_proc
3 4 5 |
# File 'lib/backstage/sidebar_config.rb', line 3 def url_or_proc @url_or_proc end |