class FedexWebServices::Soap::Close::CustomerImageUsage

{fedex.com/ws/close/v4}CustomerImageUsage

type - FedexWebServices::Soap::Close::CustomerImageUsageType
id - FedexWebServices::Soap::Close::ImageId
internalId - SOAP::SOAPString
internalImageType - FedexWebServices::Soap::Close::InternalImageType

Attributes

id[RW]
internalId[RW]
internalImageType[RW]
type[RW]

Public Class Methods

new(type = nil, id = nil, internalId = nil, internalImageType = nil) click to toggle source
# File lib/fedex_web_services/soap/CloseServiceDefinitions.rb, line 214
def initialize(type = nil, id = nil, internalId = nil, internalImageType = nil)
  @type = type
  @id = id
  @internalId = internalId
  @internalImageType = internalImageType
end