Class: FedexWebServices::Soap::Rate::RecipientCustomsId

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

Overview

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

type - FedexWebServices::Soap::Rate::RecipientCustomsIdType
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RecipientCustomsId.



2222
2223
2224
2225
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2222

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



2219
2220
2221
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2219

def type
  @type
end

#valueObject

Returns the value of attribute value.



2220
2221
2222
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2220

def value
  @value
end