Class: FedexWebServices::Soap::Ship::Rma

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12Rma

reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#reasonObject

Returns the value of attribute reason.



2753
2754
2755
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2753

def reason
  @reason
end