Class: FedexWebServices::Soap::Ship::CustomsOptionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomsOptionDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CustomsOptionDetail
type - FedexWebServices::Soap::Ship::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.
1025 1026 1027 1028 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1025 def initialize(type = nil, description = nil) @type = type @description = description end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
1023 1024 1025 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1023 def description @description end |
#type ⇒ Object
Returns the value of attribute type.
1022 1023 1024 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1022 def type @type end |