Class: Fidelity::Widget::Subnav::Item

Inherits:
Object
  • Object
show all
Defined in:
app/fidelity/widgets/subnav/subnav.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(label = 'Item', state = nil) ⇒ Item

Returns a new instance of Item.



28
29
30
31
# File 'app/fidelity/widgets/subnav/subnav.rb', line 28

def initialize label='Item', state=nil
  @label = label
  @state = state
end

Instance Attribute Details

#labelObject

Returns the value of attribute label.



27
28
29
# File 'app/fidelity/widgets/subnav/subnav.rb', line 27

def label
  @label
end

#stateObject

Returns the value of attribute state.



27
28
29
# File 'app/fidelity/widgets/subnav/subnav.rb', line 27

def state
  @state
end