class FedexWebServices::Soap::Rate::FreightRateNotation

{fedex.com/ws/rate/v13}FreightRateNotation

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

Attributes

code[RW]
description[RW]

Public Class Methods

new(code = nil, description = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1231
def initialize(code = nil, description = nil)
  @code = code
  @description = description
end