Class: FedexWebServices::Soap::Ship::ReturnShipmentDetail

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#returnAssociationObject

Returns the value of attribute returnAssociation.



2740
2741
2742
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2740

def returnAssociation
  @returnAssociation
end

#returnEMailDetailObject

Returns the value of attribute returnEMailDetail.



2739
2740
2741
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2739

def returnEMailDetail
  @returnEMailDetail
end

#returnTypeObject

Returns the value of attribute returnType.



2737
2738
2739
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2737

def returnType
  @returnType
end

#rmaObject

Returns the value of attribute rma.



2738
2739
2740
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2738

def rma
  @rma
end