class FedexWebServices::Soap::Close::CloseManifestReferenceDetail
{fedex.com/ws/close/v4}CloseManifestReferenceDetail
type - FedexWebServices::Soap::Close::CustomerReferenceType value - SOAP::SOAPString
Attributes
type[RW]
value[RW]
Public Class Methods
new(type = nil, value = nil)
click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 106 def initialize(type = nil, value = nil) @type = type @value = value end