Class: FedexWebServices::Soap::Ship::ReturnInstructionsDetail

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

Overview

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

format - FedexWebServices::Soap::Ship::ShippingDocumentFormat
customText - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, customText = nil) ⇒ ReturnInstructionsDetail

Returns a new instance of ReturnInstructionsDetail.



2725
2726
2727
2728
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2725

def initialize(format = nil, customText = nil)
  @format = format
  @customText = customText
end

Instance Attribute Details

#customTextObject

Returns the value of attribute customText.



2723
2724
2725
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2723

def customText
  @customText
end

#formatObject

Returns the value of attribute format.



2722
2723
2724
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2722

def format
  @format
end