Class: FedexWebServices::Soap::Close::CloseManifestReferenceDetail

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

Overview

http://fedex.com/ws/close/v4CloseManifestReferenceDetail

type - FedexWebServices::Soap::Close::CustomerReferenceType
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, value = nil) ⇒ CloseManifestReferenceDetail

Returns a new instance of CloseManifestReferenceDetail.



106
107
108
109
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 106

def initialize(type = nil, value = nil)
  @type = type
  @value = value
end

Instance Attribute Details

#typeObject

Returns the value of attribute type.



103
104
105
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 103

def type
  @type
end

#valueObject

Returns the value of attribute value.



104
105
106
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 104

def value
  @value
end