Class: BookingstudioRuby::WebService::EuropaeiskeDetails
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::EuropaeiskeDetails
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb,
lib/bookingstudio_ruby/web_service/booking_service.rb
Overview
/EuropaeiskeDetails
tripStartDate - SOAP::SOAPDateTime
tripEndDate - SOAP::SOAPDateTime
tripArea - BookingstudioRuby::WebService::TripArea
tripValue - SOAP::SOAPDecimal
currencyId - SOAP::SOAPString
persons - BookingstudioRuby::WebService::ArrayOfEuropaeiskePerson
Instance Attribute Summary collapse
-
#currencyId ⇒ Object
Returns the value of attribute currencyId.
-
#persons ⇒ Object
Returns the value of attribute persons.
-
#tripArea ⇒ Object
Returns the value of attribute tripArea.
-
#tripEndDate ⇒ Object
Returns the value of attribute tripEndDate.
-
#tripStartDate ⇒ Object
Returns the value of attribute tripStartDate.
-
#tripValue ⇒ Object
Returns the value of attribute tripValue.
Instance Method Summary collapse
-
#initialize(tripStartDate = nil, tripEndDate = nil, tripArea = nil, tripValue = nil, currencyId = nil, persons = nil) ⇒ EuropaeiskeDetails
constructor
A new instance of EuropaeiskeDetails.
Constructor Details
#initialize(tripStartDate = nil, tripEndDate = nil, tripArea = nil, tripValue = nil, currencyId = nil, persons = nil) ⇒ EuropaeiskeDetails
Returns a new instance of EuropaeiskeDetails.
613 614 615 616 617 618 619 620 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 613 def initialize(tripStartDate = nil, tripEndDate = nil, tripArea = nil, tripValue = nil, currencyId = nil, persons = nil) @tripStartDate = tripStartDate @tripEndDate = tripEndDate @tripArea = tripArea @tripValue = tripValue @currencyId = currencyId @persons = persons end |
Instance Attribute Details
#currencyId ⇒ Object
Returns the value of attribute currencyId.
610 611 612 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 610 def currencyId @currencyId end |
#persons ⇒ Object
Returns the value of attribute persons.
611 612 613 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 611 def persons @persons end |
#tripArea ⇒ Object
Returns the value of attribute tripArea.
608 609 610 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 608 def tripArea @tripArea end |
#tripEndDate ⇒ Object
Returns the value of attribute tripEndDate.
607 608 609 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 607 def tripEndDate @tripEndDate end |
#tripStartDate ⇒ Object
Returns the value of attribute tripStartDate.
606 607 608 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 606 def tripStartDate @tripStartDate end |
#tripValue ⇒ Object
Returns the value of attribute tripValue.
609 610 611 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 609 def tripValue @tripValue end |