Class: PropertyList::UUID
- Inherits:
-
Object
- Object
- PropertyList::UUID
- Defined in:
- lib/property-list.rb
Instance Attribute Summary collapse
-
#uuid ⇒ Object
readonly
Returns the value of attribute uuid.
Instance Method Summary collapse
-
#initialize(uuid) ⇒ UUID
constructor
A new instance of UUID.
Constructor Details
#initialize(uuid) ⇒ UUID
Returns a new instance of UUID.
66 67 68 |
# File 'lib/property-list.rb', line 66 def initialize uuid @uuid = uuid end |
Instance Attribute Details
#uuid ⇒ Object (readonly)
Returns the value of attribute uuid.
69 70 71 |
# File 'lib/property-list.rb', line 69 def uuid @uuid end |