class FedexWebServices::Soap::Rate::FreightGuaranteeDetail
{fedex.com/ws/rate/v13}FreightGuaranteeDetail
type - FedexWebServices::Soap::Rate::FreightGuaranteeType date - SOAP::SOAPDate
Attributes
date[RW]
type[RW]
Public Class Methods
new(type = nil, date = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1196 def initialize(type = nil, date = nil) @type = type @date = date end