Class: Kameleoon::UniqueIdentifier
- Inherits:
-
Object
- Object
- Kameleoon::UniqueIdentifier
- Defined in:
- lib/kameleoon/data/unique_identifier.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ UniqueIdentifier
constructor
A new instance of UniqueIdentifier.
Constructor Details
#initialize(value) ⇒ UniqueIdentifier
Returns a new instance of UniqueIdentifier.
7 8 9 |
# File 'lib/kameleoon/data/unique_identifier.rb', line 7 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
5 6 7 |
# File 'lib/kameleoon/data/unique_identifier.rb', line 5 def value @value end |