Class: FedexWebServices::Soap::Rate::FreightSpecialServicePayment
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::FreightSpecialServicePayment
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13FreightSpecialServicePayment
specialService - FedexWebServices::Soap::Rate::ShipmentSpecialServiceType
paymentType - FedexWebServices::Soap::Rate::FreightShipmentRoleType
Instance Attribute Summary collapse
-
#paymentType ⇒ Object
Returns the value of attribute paymentType.
-
#specialService ⇒ Object
Returns the value of attribute specialService.
Instance Method Summary collapse
-
#initialize(specialService = nil, paymentType = nil) ⇒ FreightSpecialServicePayment
constructor
A new instance of FreightSpecialServicePayment.
Constructor Details
#initialize(specialService = nil, paymentType = nil) ⇒ FreightSpecialServicePayment
Returns a new instance of FreightSpecialServicePayment.
1367 1368 1369 1370 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1367 def initialize(specialService = nil, paymentType = nil) @specialService = specialService @paymentType = paymentType end |
Instance Attribute Details
#paymentType ⇒ Object
Returns the value of attribute paymentType.
1365 1366 1367 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1365 def paymentType @paymentType end |
#specialService ⇒ Object
Returns the value of attribute specialService.
1364 1365 1366 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1364 def specialService @specialService end |