Class: IActionable::Objects::LevelType

Inherits:
IActionableObject show all
Defined in:
lib/riaction/iactionable/objects/level_type.rb

Instance Attribute Summary collapse

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

#keyObject

Returns the value of attribute key.



6
7
8
# File 'lib/riaction/iactionable/objects/level_type.rb', line 6

def key
  @key
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/riaction/iactionable/objects/level_type.rb', line 7

def name
  @name
end