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
65 66 67 |
# File 'lib/def_enum_helper.rb', line 65 def display @display end |
#index ⇒ Object
Returns the value of attribute index
65 66 67 |
# File 'lib/def_enum_helper.rb', line 65 def index @index end |