Class: FedexWebServices::Soap::Rate::ReturnInstructionsDetail

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

Overview

http://fedex.com/ws/rate/v13ReturnInstructionsDetail

format - FedexWebServices::Soap::Rate::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.



2398
2399
2400
2401
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2398

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

Instance Attribute Details

#customTextObject

Returns the value of attribute customText.



2396
2397
2398
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2396

def customText
  @customText
end

#formatObject

Returns the value of attribute format.



2395
2396
2397
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2395

def format
  @format
end