Class: FedexWebServices::Soap::Rate::CustomsOptionDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#descriptionObject

Returns the value of attribute description.



704
705
706
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 704

def description
  @description
end

#typeObject

Returns the value of attribute type.



703
704
705
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 703

def type
  @type
end