Class: FedexWebServices::Soap::Rate::ReturnShipmentDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.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.



2415
2416
2417
2418
2419
2420
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2415

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.



2413
2414
2415
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2413

def returnAssociation
  @returnAssociation
end

#returnEMailDetailObject

Returns the value of attribute returnEMailDetail.



2412
2413
2414
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2412

def returnEMailDetail
  @returnEMailDetail
end

#returnTypeObject

Returns the value of attribute returnType.



2410
2411
2412
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2410

def returnType
  @returnType
end

#rmaObject

Returns the value of attribute rma.



2411
2412
2413
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2411

def rma
  @rma
end