Class: FedexWebServices::Soap::Rate::ReturnInstructionsDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ReturnInstructionsDetail
- 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
-
#customText ⇒ Object
Returns the value of attribute customText.
-
#format ⇒ Object
Returns the value of attribute format.
Instance Method Summary collapse
-
#initialize(format = nil, customText = nil) ⇒ ReturnInstructionsDetail
constructor
A new instance of ReturnInstructionsDetail.
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
#customText ⇒ Object
Returns the value of attribute customText.
2396 2397 2398 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2396 def customText @customText end |
#format ⇒ Object
Returns the value of attribute format.
2395 2396 2397 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2395 def format @format end |