Class: FedexWebServices::Soap::Ship::FreightRateNotation
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::FreightRateNotation
- 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
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
Instance Method Summary collapse
-
#initialize(code = nil, description = nil) ⇒ FreightRateNotation
constructor
A new instance of FreightRateNotation.
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
#code ⇒ Object
Returns the value of attribute code.
1545 1546 1547 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1545 def code @code end |
#description ⇒ Object
Returns the value of attribute description.
1546 1547 1548 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1546 def description @description end |