Class: PropertyList::URL

Inherits:
Object
  • Object
show all
Defined in:
lib/property-list.rb

Overview

binary plist v1x elements:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ URL

Returns a new instance of URL.



59
60
61
# File 'lib/property-list.rb', line 59

def initialize url
  @url = url
end

Instance Attribute Details

#urlObject (readonly)

Returns the value of attribute url.



62
63
64
# File 'lib/property-list.rb', line 62

def url
  @url
end