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.
1112 1113 1114 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1112 def initialize(searchResult = nil) @searchResult = searchResult end |
Instance Attribute Details
#searchResult ⇒ Object
Returns the value of attribute searchResult.
1110 1111 1112 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1110 def searchResult @searchResult end |