Class: BookingstudioRuby::WebService::ListLocationsByLanguageResponse_

Inherits:
Object
  • Object
show all
Defined in:
lib/bookingstudio_ruby/web_service/search_service.rb

Overview

/ListLocationsByLanguageResponse

listLocationsByLanguageResult - BookingstudioRuby::WebService::ArrayOfLocation

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#listLocationsByLanguageResultObject

Returns the value of attribute listLocationsByLanguageResult.



1277
1278
1279
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1277

def listLocationsByLanguageResult
  @listLocationsByLanguageResult
end