Class: Impulse::TimeZoneSelectComponent::OptionStruct

Inherits:
Struct
  • Object
show all
Defined in:
app/components/impulse/time_zone_select_component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



5
6
7
# File 'app/components/impulse/time_zone_select_component.rb', line 5

def text
  @text
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'app/components/impulse/time_zone_select_component.rb', line 5

def value
  @value
end