Class: BookingstudioRuby::WebService::ListFreeAllotments

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

Overview

http://bookingstudio.dk/public/servicecontracts/2008/06/ListFreeAllotments token - (any) lodgingUnitTypeId - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(token = nil, lodgingUnitTypeId = nil) ⇒ ListFreeAllotments



807
808
809
810
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 807

def initialize(token = nil, lodgingUnitTypeId = nil)
  @token = token
  @lodgingUnitTypeId = lodgingUnitTypeId
end

Instance Attribute Details

#lodgingUnitTypeIdObject

Returns the value of attribute lodgingUnitTypeId.



805
806
807
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 805

def lodgingUnitTypeId
  @lodgingUnitTypeId
end

#tokenObject

Returns the value of attribute token.



804
805
806
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 804

def token
  @token
end