Class: BookingstudioRuby::WebService::SearchResponse_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::SearchResponse_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/SearchResponse
searchResult - BookingstudioRuby::WebService::SearchResultSet
Instance Attribute Summary collapse
-
#searchResult ⇒ Object
Returns the value of attribute searchResult.
Instance Method Summary collapse
-
#initialize(searchResult = nil) ⇒ SearchResponse_
constructor
A new instance of SearchResponse_.
Constructor Details
#initialize(searchResult = nil) ⇒ SearchResponse_
Returns a new instance of SearchResponse_.
1504 1505 1506 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1504 def initialize(searchResult = nil) @searchResult = searchResult end |
Instance Attribute Details
#searchResult ⇒ Object
Returns the value of attribute searchResult.
1502 1503 1504 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1502 def searchResult @searchResult end |