Class: Impulse::TimeZoneSelectComponent::OptionStruct
- Inherits:
-
Struct
- Object
- Struct
- Impulse::TimeZoneSelectComponent::OptionStruct
- Defined in:
- app/components/impulse/time_zone_select_component.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'app/components/impulse/time_zone_select_component.rb', line 5 def text @text end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'app/components/impulse/time_zone_select_component.rb', line 5 def value @value end |