Class: BookingstudioRuby::WebService::Image
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::Image
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/Image
url - SOAP::SOAPString
Instance Attribute Summary collapse
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(url = nil) ⇒ Image
constructor
A new instance of Image.
Constructor Details
#initialize(url = nil) ⇒ Image
Returns a new instance of Image.
93 94 95 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 93 def initialize(url = nil) @url = url end |
Instance Attribute Details
#url ⇒ Object
Returns the value of attribute url.
91 92 93 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 91 def url @url end |