Class: FedexWebServices::Soap::Ship::RecipientCustomsId
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::RecipientCustomsId
- 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
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(type = nil, value = nil) ⇒ RecipientCustomsId
constructor
A new instance of RecipientCustomsId.
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
#type ⇒ Object
Returns the value of attribute type.
2546 2547 2548 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2546 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
2547 2548 2549 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2547 def value @value end |