Class: BookingstudioRuby::WebService::FacilityValue
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::FacilityValue
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/FacilityValue
facilityId - SOAP::SOAPInt
value - (any)
fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#facilityId ⇒ Object
Returns the value of attribute facilityId.
-
#fromDate ⇒ Object
Returns the value of attribute fromDate.
-
#toDate ⇒ Object
Returns the value of attribute toDate.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(facilityId = nil, value = nil, fromDate = nil, toDate = nil) ⇒ FacilityValue
constructor
A new instance of FacilityValue.
Constructor Details
#initialize(facilityId = nil, value = nil, fromDate = nil, toDate = nil) ⇒ FacilityValue
Returns a new instance of FacilityValue.
390 391 392 393 394 395 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 390 def initialize(facilityId = nil, value = nil, fromDate = nil, toDate = nil) @facilityId = facilityId @value = value @fromDate = fromDate @toDate = toDate end |
Instance Attribute Details
#facilityId ⇒ Object
Returns the value of attribute facilityId.
385 386 387 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 385 def facilityId @facilityId end |
#fromDate ⇒ Object
Returns the value of attribute fromDate.
387 388 389 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 387 def fromDate @fromDate end |
#toDate ⇒ Object
Returns the value of attribute toDate.
388 389 390 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 388 def toDate @toDate end |
#value ⇒ Object
Returns the value of attribute value.
386 387 388 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 386 def value @value end |