class FedexWebServices::Soap::Ship::FreightGuaranteeDetail

{fedex.com/ws/ship/v12}FreightGuaranteeDetail

type - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 1513
def initialize(type = nil, date = nil)
  @type = type
  @date = date
end