Class: FedexWebServices::Soap::Ship::FreightRateNotation

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12FreightRateNotation

code - SOAP::SOAPString
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code = nil, description = nil) ⇒ FreightRateNotation

Returns a new instance of FreightRateNotation.



1548
1549
1550
1551
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1548

def initialize(code = nil, description = nil)
  @code = code
  @description = description
end

Instance Attribute Details

#codeObject

Returns the value of attribute code.



1545
1546
1547
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1545

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



1546
1547
1548
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1546

def description
  @description
end