Class: FedexWebServices::Soap::Close::CustomerImageUsage
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::CustomerImageUsage
- 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
-
#id ⇒ Object
Returns the value of attribute id.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#internalImageType ⇒ Object
Returns the value of attribute internalImageType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, id = nil, internalId = nil, internalImageType = nil) ⇒ CustomerImageUsage
constructor
A new instance of CustomerImageUsage.
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
#id ⇒ Object
Returns the value of attribute id.
210 211 212 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 210 def id @id end |
#internalId ⇒ Object
Returns the value of attribute internalId.
211 212 213 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 211 def internalId @internalId end |
#internalImageType ⇒ Object
Returns the value of attribute internalImageType.
212 213 214 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 212 def internalImageType @internalImageType end |
#type ⇒ Object
Returns the value of attribute type.
209 210 211 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 209 def type @type end |