Class: IActionable::Objects::LevelType
- Inherits:
-
IActionableObject
- Object
- IActionableObject
- IActionable::Objects::LevelType
- Defined in:
- lib/riaction/iactionable/objects/level_type.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from IActionableObject
#initialize, timestamp_regexp, timestamp_to_seconds
Constructor Details
This class inherits a constructor from IActionable::Objects::IActionableObject
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
6 7 8 |
# File 'lib/riaction/iactionable/objects/level_type.rb', line 6 def key @key end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/riaction/iactionable/objects/level_type.rb', line 7 def name @name end |