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