Method: PropertyList::Uid#initialize
- Defined in:
- lib/property-list.rb
#initialize(uid) ⇒ Uid
Returns a new instance of Uid.
64 65 66 |
# File 'lib/property-list.rb', line 64 def initialize uid @uid = uid end |
Returns a new instance of Uid.
64 65 66 |
# File 'lib/property-list.rb', line 64 def initialize uid @uid = uid end |