Class: FedexWebServices::Soap::Ship::Rma
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::Rma
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12Rma
reason - SOAP::SOAPString
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(reason = nil) ⇒ Rma
constructor
A new instance of Rma.
Constructor Details
#initialize(reason = nil) ⇒ Rma
Returns a new instance of Rma.
2755 2756 2757 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2755 def initialize(reason = nil) @reason = reason end |
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
2753 2754 2755 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2753 def reason @reason end |