Class: PurolatorWebServices::Soap::RateV3
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::RateV3
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/RateV3
shipMethod - SOAP::SOAPString
estimatedDeliveryDate - SOAP::SOAPDateTime
estimatedRate - SOAP::SOAPDecimal
isAvailable - SOAP::SOAPBoolean
rateDetails - PurolatorWebServices::Soap::ArrayOfKeyValueDecimal
Instance Attribute Summary collapse
-
#estimatedDeliveryDate ⇒ Object
Returns the value of attribute estimatedDeliveryDate.
-
#estimatedRate ⇒ Object
Returns the value of attribute estimatedRate.
-
#isAvailable ⇒ Object
Returns the value of attribute isAvailable.
-
#rateDetails ⇒ Object
Returns the value of attribute rateDetails.
-
#shipMethod ⇒ Object
Returns the value of attribute shipMethod.
Instance Method Summary collapse
-
#initialize(shipMethod = nil, estimatedDeliveryDate = nil, estimatedRate = nil, isAvailable = nil, rateDetails = nil) ⇒ RateV3
constructor
A new instance of RateV3.
Constructor Details
#initialize(shipMethod = nil, estimatedDeliveryDate = nil, estimatedRate = nil, isAvailable = nil, rateDetails = nil) ⇒ RateV3
Returns a new instance of RateV3.
612 613 614 615 616 617 618 |
# File 'lib/purolator_web_services/soap/default.rb', line 612 def initialize(shipMethod = nil, estimatedDeliveryDate = nil, estimatedRate = nil, isAvailable = nil, rateDetails = nil) @shipMethod = shipMethod @estimatedDeliveryDate = estimatedDeliveryDate @estimatedRate = estimatedRate @isAvailable = isAvailable @rateDetails = rateDetails end |
Instance Attribute Details
#estimatedDeliveryDate ⇒ Object
Returns the value of attribute estimatedDeliveryDate.
607 608 609 |
# File 'lib/purolator_web_services/soap/default.rb', line 607 def estimatedDeliveryDate @estimatedDeliveryDate end |
#estimatedRate ⇒ Object
Returns the value of attribute estimatedRate.
608 609 610 |
# File 'lib/purolator_web_services/soap/default.rb', line 608 def estimatedRate @estimatedRate end |
#isAvailable ⇒ Object
Returns the value of attribute isAvailable.
609 610 611 |
# File 'lib/purolator_web_services/soap/default.rb', line 609 def isAvailable @isAvailable end |
#rateDetails ⇒ Object
Returns the value of attribute rateDetails.
610 611 612 |
# File 'lib/purolator_web_services/soap/default.rb', line 610 def rateDetails @rateDetails end |
#shipMethod ⇒ Object
Returns the value of attribute shipMethod.
606 607 608 |
# File 'lib/purolator_web_services/soap/default.rb', line 606 def shipMethod @shipMethod end |