Class: BookingstudioRuby::WebService::LodgingUnitType

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

Overview

/LodgingUnitType

id - (any)
clientId - (any)
lodgingId - (any)
lodgingUnitTypeCategoryId - SOAP::SOAPInt
maxPersons - SOAP::SOAPInt
sortIndex - SOAP::SOAPInt
rank - SOAP::SOAPDecimal
shortDescription - SOAP::SOAPString
longDescription - SOAP::SOAPString
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, clientId = nil, lodgingId = nil, lodgingUnitTypeCategoryId = nil, maxPersons = nil, sortIndex = nil, rank = nil, shortDescription = nil, longDescription = nil, name = nil) ⇒ LodgingUnitType

Returns a new instance of LodgingUnitType.



457
458
459
460
461
462
463
464
465
466
467
468
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 457

def initialize(id = nil, clientId = nil, lodgingId = nil, lodgingUnitTypeCategoryId = nil, maxPersons = nil, sortIndex = nil, rank = nil, shortDescription = nil, longDescription = nil, name = nil)
  @id = id
  @clientId = clientId
  @lodgingId = lodgingId
  @lodgingUnitTypeCategoryId = lodgingUnitTypeCategoryId
  @maxPersons = maxPersons
  @sortIndex = sortIndex
  @rank = rank
  @shortDescription = shortDescription
  @longDescription = longDescription
  @name = name
end

Instance Attribute Details

#clientIdObject

Returns the value of attribute clientId.



447
448
449
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 447

def clientId
  @clientId
end

#idObject

Returns the value of attribute id.



446
447
448
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 446

def id
  @id
end

#lodgingIdObject

Returns the value of attribute lodgingId.



448
449
450
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 448

def lodgingId
  @lodgingId
end

#lodgingUnitTypeCategoryIdObject

Returns the value of attribute lodgingUnitTypeCategoryId.



449
450
451
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 449

def lodgingUnitTypeCategoryId
  @lodgingUnitTypeCategoryId
end

#longDescriptionObject

Returns the value of attribute longDescription.



454
455
456
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 454

def longDescription
  @longDescription
end

#maxPersonsObject

Returns the value of attribute maxPersons.



450
451
452
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 450

def maxPersons
  @maxPersons
end

#nameObject

Returns the value of attribute name.



455
456
457
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 455

def name
  @name
end

#rankObject

Returns the value of attribute rank.



452
453
454
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 452

def rank
  @rank
end

#shortDescriptionObject

Returns the value of attribute shortDescription.



453
454
455
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 453

def shortDescription
  @shortDescription
end

#sortIndexObject

Returns the value of attribute sortIndex.



451
452
453
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 451

def sortIndex
  @sortIndex
end