Class: FedexWebServices::Soap::Ship::FreightSpecialServicePayment
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::FreightSpecialServicePayment
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12FreightSpecialServicePayment
specialService - FedexWebServices::Soap::Ship::ShipmentSpecialServiceType
paymentType - FedexWebServices::Soap::Ship::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.
1668 1669 1670 1671 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1668 def initialize(specialService = nil, paymentType = nil) @specialService = specialService @paymentType = paymentType end |
Instance Attribute Details
#paymentType ⇒ Object
Returns the value of attribute paymentType.
1666 1667 1668 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1666 def paymentType @paymentType end |
#specialService ⇒ Object
Returns the value of attribute specialService.
1665 1666 1667 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1665 def specialService @specialService end |