Class: Backstage::SidebarConfig::SidebarLink

Inherits:
Struct
  • Object
show all
Defined in:
lib/backstage/sidebar_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



3
4
5
# File 'lib/backstage/sidebar_config.rb', line 3

def label
  @label
end

#url_or_procObject

Returns the value of attribute url_or_proc

Returns:

  • (Object)

    the current value of url_or_proc



3
4
5
# File 'lib/backstage/sidebar_config.rb', line 3

def url_or_proc
  @url_or_proc
end