Class: FedexWebServices::Soap::Rate::RecipientCustomsId
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::RecipientCustomsId
- 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
-
#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.
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
#type ⇒ Object
Returns the value of attribute type.
2219 2220 2221 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2219 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
2220 2221 2222 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2220 def value @value end |