Class: FedexWebServices::Soap::Ship::CustomsOptionDetail

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

Instance Method Summary collapse

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

#descriptionObject

Returns the value of attribute description.



1023
1024
1025
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1023

def description
  @description
end

#typeObject

Returns the value of attribute type.



1022
1023
1024
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1022

def type
  @type
end