Class: BookingstudioRuby::WebService::LodgingUnitType
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::LodgingUnitType
- 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
-
#clientId ⇒ Object
Returns the value of attribute clientId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lodgingId ⇒ Object
Returns the value of attribute lodgingId.
-
#lodgingUnitTypeCategoryId ⇒ Object
Returns the value of attribute lodgingUnitTypeCategoryId.
-
#longDescription ⇒ Object
Returns the value of attribute longDescription.
-
#maxPersons ⇒ Object
Returns the value of attribute maxPersons.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rank ⇒ Object
Returns the value of attribute rank.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
-
#sortIndex ⇒ Object
Returns the value of attribute sortIndex.
Instance Method Summary collapse
-
#initialize(id = nil, clientId = nil, lodgingId = nil, lodgingUnitTypeCategoryId = nil, maxPersons = nil, sortIndex = nil, rank = nil, shortDescription = nil, longDescription = nil, name = nil) ⇒ LodgingUnitType
constructor
A new instance of LodgingUnitType.
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
#clientId ⇒ Object
Returns the value of attribute clientId.
447 448 449 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 447 def clientId @clientId end |
#id ⇒ Object
Returns the value of attribute id.
446 447 448 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 446 def id @id end |
#lodgingId ⇒ Object
Returns the value of attribute lodgingId.
448 449 450 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 448 def lodgingId @lodgingId end |
#lodgingUnitTypeCategoryId ⇒ Object
Returns the value of attribute lodgingUnitTypeCategoryId.
449 450 451 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 449 def lodgingUnitTypeCategoryId @lodgingUnitTypeCategoryId end |
#longDescription ⇒ Object
Returns the value of attribute longDescription.
454 455 456 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 454 def longDescription @longDescription end |
#maxPersons ⇒ Object
Returns the value of attribute maxPersons.
450 451 452 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 450 def maxPersons @maxPersons end |
#name ⇒ Object
Returns the value of attribute name.
455 456 457 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 455 def name @name end |
#rank ⇒ Object
Returns the value of attribute rank.
452 453 454 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 452 def rank @rank end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
453 454 455 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 453 def shortDescription @shortDescription end |
#sortIndex ⇒ Object
Returns the value of attribute sortIndex.
451 452 453 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 451 def sortIndex @sortIndex end |