Class: BookingstudioRuby::WebService::ListFacilitiesByLanguage_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListFacilitiesByLanguage_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListFacilitiesByLanguage
token - (any)
languageId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#languageId ⇒ Object
Returns the value of attribute languageId.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil, languageId = nil) ⇒ ListFacilitiesByLanguage_
constructor
A new instance of ListFacilitiesByLanguage_.
Constructor Details
#initialize(token = nil, languageId = nil) ⇒ ListFacilitiesByLanguage_
Returns a new instance of ListFacilitiesByLanguage_.
1245 1246 1247 1248 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1245 def initialize(token = nil, languageId = nil) @token = token @languageId = languageId end |
Instance Attribute Details
#languageId ⇒ Object
Returns the value of attribute languageId.
1243 1244 1245 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1243 def languageId @languageId end |
#token ⇒ Object
Returns the value of attribute token.
1242 1243 1244 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1242 def token @token end |