Class: PropertyList::URL
- Inherits:
-
Object
- Object
- PropertyList::URL
- Defined in:
- lib/property-list.rb
Overview
binary plist v1x elements:
Instance Attribute Summary collapse
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(url) ⇒ URL
constructor
A new instance of URL.
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
#url ⇒ Object (readonly)
Returns the value of attribute url.
62 63 64 |
# File 'lib/property-list.rb', line 62 def url @url end |