class FedexWebServices::Soap::Ship::ReturnInstructionsDetail
{fedex.com/ws/ship/v12}ReturnInstructionsDetail
format - FedexWebServices::Soap::Ship::ShippingDocumentFormat customText - SOAP::SOAPString
Attributes
customText[RW]
format[RW]
Public Class Methods
new(format = nil, customText = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2725 def initialize(format = nil, customText = nil) @format = format @customText = customText end