Class: IActionable::Objects::Identifier
- Inherits:
-
IActionableObject
- Object
- IActionableObject
- IActionable::Objects::Identifier
- Defined in:
- lib/riaction/iactionable/objects/identifier.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#id_hash ⇒ Object
Returns the value of attribute id_hash.
-
#id_type ⇒ Object
Returns the value of attribute id_type.
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
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/riaction/iactionable/objects/identifier.rb', line 6 def id @id end |
#id_hash ⇒ Object
Returns the value of attribute id_hash.
7 8 9 |
# File 'lib/riaction/iactionable/objects/identifier.rb', line 7 def id_hash @id_hash end |
#id_type ⇒ Object
Returns the value of attribute id_type.
8 9 10 |
# File 'lib/riaction/iactionable/objects/identifier.rb', line 8 def id_type @id_type end |