Class: FedexWebServices::Soap::Ship::RecipientCustomsId

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

Overview

http://fedex.com/ws/ship/v12RecipientCustomsId

type - FedexWebServices::Soap::Ship::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.



2549
2550
2551
2552
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2549

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

Instance Attribute Details

#typeObject

Returns the value of attribute type.



2546
2547
2548
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2546

def type
  @type
end

#valueObject

Returns the value of attribute value.



2547
2548
2549
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2547

def value
  @value
end