Class: Handy::EnumValueObject
- Inherits:
-
Object
- Object
- Handy::EnumValueObject
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize(enum_value) ⇒ Handy::EnumValueObject
constructor
Creates a new
HdyEnumValueObject. -
#name ⇒ String
Gets the name of self.
-
#nick ⇒ String
Gets the nick of self.
-
#value ⇒ Integer
Gets the value of self.
Constructor Details
#initialize(enum_value) ⇒ Handy::EnumValueObject
Creates a new HdyEnumValueObject.
Instance Method Details
#name ⇒ String
Gets the name of self.
#nick ⇒ String
Gets the nick of self.
#value ⇒ Integer
Gets the value of self.