Class: IActionable::Objects::Identifier

Inherits:
IActionableObject show all
Defined in:
lib/riaction/iactionable/objects/identifier.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

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#id_hashObject

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_typeObject

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