Class: BookingstudioRuby::WebService::ListLocationsByLanguageResponse_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListLocationsByLanguageResponse_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListLocationsByLanguageResponse
listLocationsByLanguageResult - BookingstudioRuby::WebService::ArrayOfLocation
Instance Attribute Summary collapse
-
#listLocationsByLanguageResult ⇒ Object
Returns the value of attribute listLocationsByLanguageResult.
Instance Method Summary collapse
-
#initialize(listLocationsByLanguageResult = nil) ⇒ ListLocationsByLanguageResponse_
constructor
A new instance of ListLocationsByLanguageResponse_.
Constructor Details
#initialize(listLocationsByLanguageResult = nil) ⇒ ListLocationsByLanguageResponse_
Returns a new instance of ListLocationsByLanguageResponse_.
1279 1280 1281 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1279 def initialize(listLocationsByLanguageResult = nil) @listLocationsByLanguageResult = listLocationsByLanguageResult end |
Instance Attribute Details
#listLocationsByLanguageResult ⇒ Object
Returns the value of attribute listLocationsByLanguageResult.
1277 1278 1279 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1277 def listLocationsByLanguageResult @listLocationsByLanguageResult end |