Class: BookingstudioRuby::WebService::FreeAllotment
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::FreeAllotment
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
http://schemas.datacontract.org/2004/07/BookingStudio.PublicFreeAllotment
count - SOAP::SOAPInt
date - SOAP::SOAPDateTime
lodgingUnitTypeId - (any)
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#date ⇒ Object
Returns the value of attribute date.
-
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
Instance Method Summary collapse
-
#initialize(count = nil, date = nil, lodgingUnitTypeId = nil) ⇒ FreeAllotment
constructor
A new instance of FreeAllotment.
Constructor Details
#initialize(count = nil, date = nil, lodgingUnitTypeId = nil) ⇒ FreeAllotment
Returns a new instance of FreeAllotment.
707 708 709 710 711 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 707 def initialize(count = nil, date = nil, lodgingUnitTypeId = nil) @count = count @date = date @lodgingUnitTypeId = lodgingUnitTypeId end |
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
703 704 705 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 703 def count @count end |
#date ⇒ Object
Returns the value of attribute date.
704 705 706 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 704 def date @date end |
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
705 706 707 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 705 def lodgingUnitTypeId @lodgingUnitTypeId end |