class FedexWebServices::Soap::Ship::FreightRateNotation
{fedex.com/ws/ship/v12}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/ShipServiceDefinitions.rb, line 1548 def initialize(code = nil, description = nil) @code = code @description = description end