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.
853 854 855 856 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 853 def initialize(token = nil, languageId = nil) @token = token @languageId = languageId end |
Instance Attribute Details
#languageId ⇒ Object
Returns the value of attribute languageId.
851 852 853 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 851 def languageId @languageId end |
#token ⇒ Object
Returns the value of attribute token.
850 851 852 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 850 def token @token end |