Class: BookingstudioRuby::WebService::FacilityFilter

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

Overview

/FacilityFilter

facilityId - SOAP::SOAPInt
match - SOAP::SOAPInt
operator - BookingstudioRuby::WebService::FacilityFilterCompareOperator

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(facilityId = nil, match = nil, operator = nil) ⇒ FacilityFilter

Returns a new instance of FacilityFilter.



275
276
277
278
279
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 275

def initialize(facilityId = nil, match = nil, operator = nil)
  @facilityId = facilityId
  @match = match
  @operator = operator
end

Instance Attribute Details

#facilityIdObject

Returns the value of attribute facilityId.



271
272
273
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 271

def facilityId
  @facilityId
end

#matchObject

Returns the value of attribute match.



272
273
274
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 272

def match
  @match
end

#operatorObject

Returns the value of attribute operator.



273
274
275
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 273

def operator
  @operator
end