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.
887 888 889 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 887 def initialize(listLocationsByLanguageResult = nil) @listLocationsByLanguageResult = listLocationsByLanguageResult end |
Instance Attribute Details
#listLocationsByLanguageResult ⇒ Object
Returns the value of attribute listLocationsByLanguageResult.
885 886 887 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 885 def listLocationsByLanguageResult @listLocationsByLanguageResult end |