Class: GetPictureManagerOptionsResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetPictureManagerOptionsResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
subscription - PictureManagerSubscriptionType
pictureType - PictureManagerPictureDisplayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, subscription = [], pictureType = []) ⇒ GetPictureManagerOptionsResponseType

Returns a new instance of GetPictureManagerOptionsResponseType.



11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
# File 'lib/eBay.rb', line 11161

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, subscription = [], pictureType = [])
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__xmlele_any = nil
  @subscription = subscription
  @pictureType = pictureType
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11153
11154
11155
# File 'lib/eBay.rb', line 11153

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11140
11141
11142
# File 'lib/eBay.rb', line 11140

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11152
11153
11154
# File 'lib/eBay.rb', line 11152

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11145
11146
11147
# File 'lib/eBay.rb', line 11145

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11141
11142
11143
# File 'lib/eBay.rb', line 11141

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11147
11148
11149
# File 'lib/eBay.rb', line 11147

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11149
11150
11151
# File 'lib/eBay.rb', line 11149

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11142
11143
11144
# File 'lib/eBay.rb', line 11142

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11151
11152
11153
# File 'lib/eBay.rb', line 11151

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11143
11144
11145
# File 'lib/eBay.rb', line 11143

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11146
11147
11148
# File 'lib/eBay.rb', line 11146

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11150
11151
11152
# File 'lib/eBay.rb', line 11150

def notificationSignature
  @notificationSignature
end

#pictureTypeObject

Returns the value of attribute pictureType.



11155
11156
11157
# File 'lib/eBay.rb', line 11155

def pictureType
  @pictureType
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11148
11149
11150
# File 'lib/eBay.rb', line 11148

def recipientUserID
  @recipientUserID
end

#subscriptionObject

Returns the value of attribute subscription.



11154
11155
11156
# File 'lib/eBay.rb', line 11154

def subscription
  @subscription
end

#timestampObject

Returns the value of attribute timestamp.



11139
11140
11141
# File 'lib/eBay.rb', line 11139

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11144
11145
11146
# File 'lib/eBay.rb', line 11144

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11157
11158
11159
# File 'lib/eBay.rb', line 11157

def set_any(elements)
  @__xmlele_any = elements
end