Class: EnumHelperStruct
- Inherits:
-
Struct
- Object
- Struct
- EnumHelperStruct
- Defined in:
- lib/def_enum_helper.rb
Instance Attribute Summary collapse
-
#display ⇒ Object
Returns the value of attribute display.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#display ⇒ Object
Returns the value of attribute display
42 43 44 |
# File 'lib/def_enum_helper.rb', line 42 def display @display end |
#index ⇒ Object
Returns the value of attribute index
42 43 44 |
# File 'lib/def_enum_helper.rb', line 42 def index @index end |