Class: FedexWebServices::Soap::Rate::FreightRateNotation
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::FreightRateNotation
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13FreightRateNotation
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.
1231 1232 1233 1234 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1231 def initialize(code = nil, description = nil) @code = code @description = description end |
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
1228 1229 1230 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1228 def code @code end |
#description ⇒ Object
Returns the value of attribute description.
1229 1230 1231 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1229 def description @description end |