Class: BookingstudioRuby::WebService::Lodging
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::Lodging
- 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
- SOAP::SOAPDecimal
images - BookingstudioRuby::WebService::ArrayOfImage
facilityValues - BookingstudioRuby::WebService::ArrayOfFacilityValue
shortDescription - SOAP::SOAPString
longDescription - SOAP::SOAPString
mapServiceUrl - SOAP::SOAPString
- SOAP::SOAPString
translations - BookingstudioRuby::WebService::ArrayOfLodgingTranslation
internalName - SOAP::SOAPString
latitude - SOAP::SOAPDouble
longitude - SOAP::SOAPDouble
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#clientId ⇒ Object
Returns the value of attribute clientId.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#embeddedVideo ⇒ Object
Returns the value of attribute embeddedVideo.
-
#facilityValues ⇒ Object
Returns the value of attribute facilityValues.
-
#id ⇒ Object
Returns the value of attribute id.
-
#images ⇒ Object
Returns the value of attribute images.
-
#internalName ⇒ Object
Returns the value of attribute internalName.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#locationId ⇒ Object
Returns the value of attribute locationId.
-
#lodgingTypeId ⇒ Object
Returns the value of attribute lodgingTypeId.
-
#longDescription ⇒ Object
Returns the value of attribute longDescription.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#mapServiceUrl ⇒ Object
Returns the value of attribute mapServiceUrl.
-
#name ⇒ Object
Returns the value of attribute name.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#primaryFax ⇒ Object
Returns the value of attribute primaryFax.
-
#primaryPhone ⇒ Object
Returns the value of attribute primaryPhone.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
-
#sortIndex ⇒ Object
Returns the value of attribute sortIndex.
-
#translations ⇒ Object
Returns the value of attribute translations.
-
#websiteUrl ⇒ Object
Returns the value of attribute websiteUrl.
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, = nil, images = nil, facilityValues = nil, shortDescription = nil, longDescription = nil, mapServiceUrl = nil, = 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 = @images = images @facilityValues = facilityValues @shortDescription = shortDescription @longDescription = longDescription @mapServiceUrl = mapServiceUrl @embeddedVideo = @translations = translations @internalName = internalName @latitude = latitude @longitude = longitude end |
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
320 321 322 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 320 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
321 322 323 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 321 def address2 @address2 end |
#city ⇒ Object
Returns the value of attribute city.
323 324 325 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 323 def city @city end |
#clientId ⇒ Object
Returns the value of attribute clientId.
315 316 317 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 315 def clientId @clientId end |
#country ⇒ Object
Returns the value of attribute country.
324 325 326 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 324 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
328 329 330 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 328 def email @email end |
#embeddedVideo ⇒ Object
Returns the value of attribute embeddedVideo.
335 336 337 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 335 def @embeddedVideo end |
#facilityValues ⇒ Object
Returns the value of attribute facilityValues.
331 332 333 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 331 def facilityValues @facilityValues end |
#id ⇒ Object
Returns the value of attribute id.
314 315 316 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 314 def id @id end |
#images ⇒ Object
Returns the value of attribute images.
330 331 332 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 330 def images @images end |
#internalName ⇒ Object
Returns the value of attribute internalName.
337 338 339 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 337 def internalName @internalName end |
#latitude ⇒ Object
Returns the value of attribute latitude.
338 339 340 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 338 def latitude @latitude end |
#locationId ⇒ Object
Returns the value of attribute locationId.
317 318 319 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 317 def locationId @locationId end |
#lodgingTypeId ⇒ Object
Returns the value of attribute lodgingTypeId.
316 317 318 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 316 def lodgingTypeId @lodgingTypeId end |
#longDescription ⇒ Object
Returns the value of attribute longDescription.
333 334 335 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 333 def longDescription @longDescription end |
#longitude ⇒ Object
Returns the value of attribute longitude.
339 340 341 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 339 def longitude @longitude end |
#mapServiceUrl ⇒ Object
Returns the value of attribute mapServiceUrl.
334 335 336 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 334 def mapServiceUrl @mapServiceUrl end |
#name ⇒ Object
Returns the value of attribute name.
318 319 320 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 318 def name @name end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
322 323 324 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 322 def postalCode @postalCode end |
#primaryFax ⇒ Object
Returns the value of attribute primaryFax.
326 327 328 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 326 def primaryFax @primaryFax end |
#primaryPhone ⇒ Object
Returns the value of attribute primaryPhone.
325 326 327 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 325 def primaryPhone @primaryPhone end |
#rating ⇒ Object
Returns the value of attribute rating.
329 330 331 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 329 def @rating end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
332 333 334 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 332 def shortDescription @shortDescription end |
#sortIndex ⇒ Object
Returns the value of attribute sortIndex.
319 320 321 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 319 def sortIndex @sortIndex end |
#translations ⇒ Object
Returns the value of attribute translations.
336 337 338 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 336 def translations @translations end |
#websiteUrl ⇒ Object
Returns the value of attribute websiteUrl.
327 328 329 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 327 def websiteUrl @websiteUrl end |