Class: BookingstudioRuby::WebService::LodgingTranslation

Inherits:
Object
  • Object
show all
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
embeddedVideo - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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, embeddedVideo = nil)
  @languageId = languageId
  @fromDate = fromDate
  @toDate = toDate
  @shortDescription = shortDescription
  @longDescription = longDescription
  @mapServiceUrl = mapServiceUrl
  @embeddedVideo = embeddedVideo
end

Instance Attribute Details

#embeddedVideoObject

Returns the value of attribute embeddedVideo.



417
418
419
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 417

def embeddedVideo
  @embeddedVideo
end

#fromDateObject

Returns the value of attribute fromDate.



412
413
414
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 412

def fromDate
  @fromDate
end

#languageIdObject

Returns the value of attribute languageId.



411
412
413
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 411

def languageId
  @languageId
end

#longDescriptionObject

Returns the value of attribute longDescription.



415
416
417
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 415

def longDescription
  @longDescription
end

#mapServiceUrlObject

Returns the value of attribute mapServiceUrl.



416
417
418
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 416

def mapServiceUrl
  @mapServiceUrl
end

#shortDescriptionObject

Returns the value of attribute shortDescription.



414
415
416
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 414

def shortDescription
  @shortDescription
end

#toDateObject

Returns the value of attribute toDate.



413
414
415
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 413

def toDate
  @toDate
end