Class: BookingstudioRuby::WebService::LodgingTranslation
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::LodgingTranslation
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/LodgingTranslation
languageId - SOAP::SOAPString
fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
shortDescription - SOAP::SOAPString
longDescription - SOAP::SOAPString
mapServiceUrl - SOAP::SOAPString
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#embeddedVideo ⇒ Object
Returns the value of attribute embeddedVideo.
-
#fromDate ⇒ Object
Returns the value of attribute fromDate.
-
#languageId ⇒ Object
Returns the value of attribute languageId.
-
#longDescription ⇒ Object
Returns the value of attribute longDescription.
-
#mapServiceUrl ⇒ Object
Returns the value of attribute mapServiceUrl.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
-
#toDate ⇒ Object
Returns the value of attribute toDate.
Instance Method Summary collapse
-
#initialize(languageId = nil, fromDate = nil, toDate = nil, shortDescription = nil, longDescription = nil, mapServiceUrl = nil, embeddedVideo = nil) ⇒ LodgingTranslation
constructor
A new instance of LodgingTranslation.
Constructor Details
#initialize(languageId = nil, fromDate = nil, toDate = nil, shortDescription = nil, longDescription = nil, mapServiceUrl = nil, embeddedVideo = nil) ⇒ LodgingTranslation
Returns a new instance of LodgingTranslation.
419 420 421 422 423 424 425 426 427 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 419 def initialize(languageId = nil, fromDate = nil, toDate = nil, shortDescription = nil, longDescription = nil, mapServiceUrl = nil, = nil) @languageId = languageId @fromDate = fromDate @toDate = toDate @shortDescription = shortDescription @longDescription = longDescription @mapServiceUrl = mapServiceUrl @embeddedVideo = end |
Instance Attribute Details
#embeddedVideo ⇒ Object
Returns the value of attribute embeddedVideo.
417 418 419 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 417 def @embeddedVideo end |
#fromDate ⇒ Object
Returns the value of attribute fromDate.
412 413 414 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 412 def fromDate @fromDate end |
#languageId ⇒ Object
Returns the value of attribute languageId.
411 412 413 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 411 def languageId @languageId end |
#longDescription ⇒ Object
Returns the value of attribute longDescription.
415 416 417 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 415 def longDescription @longDescription end |
#mapServiceUrl ⇒ Object
Returns the value of attribute mapServiceUrl.
416 417 418 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 416 def mapServiceUrl @mapServiceUrl end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
414 415 416 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 414 def shortDescription @shortDescription end |
#toDate ⇒ Object
Returns the value of attribute toDate.
413 414 415 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 413 def toDate @toDate end |