Class: BookingstudioRuby::WebService::Lodging

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

Overview

/Lodging

id - (any)
clientId - (any)
lodgingTypeId - SOAP::SOAPInt
locationId - SOAP::SOAPInt
name - SOAP::SOAPString
sortIndex - SOAP::SOAPInt
address1 - SOAP::SOAPString
address2 - SOAP::SOAPString
postalCode - SOAP::SOAPString
city - SOAP::SOAPString
country - SOAP::SOAPString
primaryPhone - SOAP::SOAPString
primaryFax - SOAP::SOAPString
websiteUrl - SOAP::SOAPString
email - SOAP::SOAPString
rating - SOAP::SOAPDecimal
images - BookingstudioRuby::WebService::ArrayOfImage
facilityValues - BookingstudioRuby::WebService::ArrayOfFacilityValue
shortDescription - SOAP::SOAPString
longDescription - SOAP::SOAPString
mapServiceUrl - SOAP::SOAPString
embeddedVideo - SOAP::SOAPString
translations - BookingstudioRuby::WebService::ArrayOfLodgingTranslation
internalName - SOAP::SOAPString
latitude - SOAP::SOAPDouble
longitude - SOAP::SOAPDouble

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, clientId = nil, lodgingTypeId = nil, locationId = nil, name = nil, sortIndex = nil, address1 = nil, address2 = nil, postalCode = nil, city = nil, country = nil, primaryPhone = nil, primaryFax = nil, websiteUrl = nil, email = nil, rating = nil, images = nil, facilityValues = nil, shortDescription = nil, longDescription = nil, mapServiceUrl = nil, embeddedVideo = nil, translations = nil, internalName = nil, latitude = nil, longitude = nil) ⇒ Lodging

Returns a new instance of Lodging.



341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 341

def initialize(id = nil, clientId = nil, lodgingTypeId = nil, locationId = nil, name = nil, sortIndex = nil, address1 = nil, address2 = nil, postalCode = nil, city = nil, country = nil, primaryPhone = nil, primaryFax = nil, websiteUrl = nil, email = nil, rating = nil, images = nil, facilityValues = nil, shortDescription = nil, longDescription = nil, mapServiceUrl = nil, embeddedVideo = nil, translations = nil, internalName = nil, latitude = nil, longitude = nil)
  @id = id
  @clientId = clientId
  @lodgingTypeId = lodgingTypeId
  @locationId = locationId
  @name = name
  @sortIndex = sortIndex
  @address1 = address1
  @address2 = address2
  @postalCode = postalCode
  @city = city
  @country = country
  @primaryPhone = primaryPhone
  @primaryFax = primaryFax
  @websiteUrl = websiteUrl
  @email = email
  @rating = rating
  @images = images
  @facilityValues = facilityValues
  @shortDescription = shortDescription
  @longDescription = longDescription
  @mapServiceUrl = mapServiceUrl
  @embeddedVideo = embeddedVideo
  @translations = translations
  @internalName = internalName
  @latitude = latitude
  @longitude = longitude
end

Instance Attribute Details

#address1Object

Returns the value of attribute address1.



320
321
322
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 320

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



321
322
323
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 321

def address2
  @address2
end

#cityObject

Returns the value of attribute city.



323
324
325
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 323

def city
  @city
end

#clientIdObject

Returns the value of attribute clientId.



315
316
317
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 315

def clientId
  @clientId
end

#countryObject

Returns the value of attribute country.



324
325
326
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 324

def country
  @country
end

#emailObject

Returns the value of attribute email.



328
329
330
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 328

def email
  @email
end

#embeddedVideoObject

Returns the value of attribute embeddedVideo.



335
336
337
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 335

def embeddedVideo
  @embeddedVideo
end

#facilityValuesObject

Returns the value of attribute facilityValues.



331
332
333
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 331

def facilityValues
  @facilityValues
end

#idObject

Returns the value of attribute id.



314
315
316
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 314

def id
  @id
end

#imagesObject

Returns the value of attribute images.



330
331
332
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 330

def images
  @images
end

#internalNameObject

Returns the value of attribute internalName.



337
338
339
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 337

def internalName
  @internalName
end

#latitudeObject

Returns the value of attribute latitude.



338
339
340
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 338

def latitude
  @latitude
end

#locationIdObject

Returns the value of attribute locationId.



317
318
319
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 317

def locationId
  @locationId
end

#lodgingTypeIdObject

Returns the value of attribute lodgingTypeId.



316
317
318
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 316

def lodgingTypeId
  @lodgingTypeId
end

#longDescriptionObject

Returns the value of attribute longDescription.



333
334
335
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 333

def longDescription
  @longDescription
end

#longitudeObject

Returns the value of attribute longitude.



339
340
341
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 339

def longitude
  @longitude
end

#mapServiceUrlObject

Returns the value of attribute mapServiceUrl.



334
335
336
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 334

def mapServiceUrl
  @mapServiceUrl
end

#nameObject

Returns the value of attribute name.



318
319
320
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 318

def name
  @name
end

#postalCodeObject

Returns the value of attribute postalCode.



322
323
324
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 322

def postalCode
  @postalCode
end

#primaryFaxObject

Returns the value of attribute primaryFax.



326
327
328
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 326

def primaryFax
  @primaryFax
end

#primaryPhoneObject

Returns the value of attribute primaryPhone.



325
326
327
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 325

def primaryPhone
  @primaryPhone
end

#ratingObject

Returns the value of attribute rating.



329
330
331
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 329

def rating
  @rating
end

#shortDescriptionObject

Returns the value of attribute shortDescription.



332
333
334
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 332

def shortDescription
  @shortDescription
end

#sortIndexObject

Returns the value of attribute sortIndex.



319
320
321
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 319

def sortIndex
  @sortIndex
end

#translationsObject

Returns the value of attribute translations.



336
337
338
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 336

def translations
  @translations
end

#websiteUrlObject

Returns the value of attribute websiteUrl.



327
328
329
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 327

def websiteUrl
  @websiteUrl
end