Class: FedexWebServices::Soap::Close::CustomerImageUsage

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/CloseServiceDefinitions.rb

Overview

http://fedex.com/ws/close/v4CustomerImageUsage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, id = nil, internalId = nil, internalImageType = nil) ⇒ CustomerImageUsage

Returns a new instance of CustomerImageUsage.



214
215
216
217
218
219
# 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

Instance Attribute Details

#idObject

Returns the value of attribute id.



210
211
212
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 210

def id
  @id
end

#internalIdObject

Returns the value of attribute internalId.



211
212
213
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 211

def internalId
  @internalId
end

#internalImageTypeObject

Returns the value of attribute internalImageType.



212
213
214
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 212

def internalImageType
  @internalImageType
end

#typeObject

Returns the value of attribute type.



209
210
211
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 209

def type
  @type
end