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