Class: FedexWebServices::Soap::Rate::CustomsOptionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomsOptionDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomsOptionDetail
type - FedexWebServices::Soap::Rate::CustomsOptionType
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, description = nil) ⇒ CustomsOptionDetail
constructor
A new instance of CustomsOptionDetail.
Constructor Details
#initialize(type = nil, description = nil) ⇒ CustomsOptionDetail
Returns a new instance of CustomsOptionDetail.
706 707 708 709 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 706 def initialize(type = nil, description = nil) @type = type @description = description end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
704 705 706 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 704 def description @description end |
#type ⇒ Object
Returns the value of attribute type.
703 704 705 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 703 def type @type end |