Class: FedexWebServices::Soap::Ship::ReturnShipmentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ReturnShipmentDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ReturnShipmentDetail
returnType - FedexWebServices::Soap::Ship::ReturnType
rma - FedexWebServices::Soap::Ship::Rma
returnEMailDetail - FedexWebServices::Soap::Ship::ReturnEMailDetail
returnAssociation - FedexWebServices::Soap::Ship::ReturnAssociationDetail
Instance Attribute Summary collapse
-
#returnAssociation ⇒ Object
Returns the value of attribute returnAssociation.
-
#returnEMailDetail ⇒ Object
Returns the value of attribute returnEMailDetail.
-
#returnType ⇒ Object
Returns the value of attribute returnType.
-
#rma ⇒ Object
Returns the value of attribute rma.
Instance Method Summary collapse
-
#initialize(returnType = nil, rma = nil, returnEMailDetail = nil, returnAssociation = nil) ⇒ ReturnShipmentDetail
constructor
A new instance of ReturnShipmentDetail.
Constructor Details
#initialize(returnType = nil, rma = nil, returnEMailDetail = nil, returnAssociation = nil) ⇒ ReturnShipmentDetail
Returns a new instance of ReturnShipmentDetail.
2742 2743 2744 2745 2746 2747 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2742 def initialize(returnType = nil, rma = nil, returnEMailDetail = nil, returnAssociation = nil) @returnType = returnType @rma = rma @returnEMailDetail = returnEMailDetail @returnAssociation = returnAssociation end |
Instance Attribute Details
#returnAssociation ⇒ Object
Returns the value of attribute returnAssociation.
2740 2741 2742 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2740 def returnAssociation @returnAssociation end |
#returnEMailDetail ⇒ Object
Returns the value of attribute returnEMailDetail.
2739 2740 2741 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2739 def returnEMailDetail @returnEMailDetail end |
#returnType ⇒ Object
Returns the value of attribute returnType.
2737 2738 2739 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2737 def returnType @returnType end |
#rma ⇒ Object
Returns the value of attribute rma.
2738 2739 2740 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2738 def rma @rma end |