Class: GetPictureManagerOptionsResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetPictureManagerOptionsResponseType

Constant Summary collapse

@@schema_type =
"GetPictureManagerOptionsResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["subscription", ["PictureManagerSubscriptionType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Subscription")]],
["pictureType", ["PictureManagerPictureDisplayType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureType")]]]

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, notificationSignature = nil, hardExpirationWarning = nil, subscription = [], pictureType = []) ⇒ GetPictureManagerOptionsResponseType

Returns a new instance of GetPictureManagerOptionsResponseType.



5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
# File 'lib/eBay.rb', line 5421

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5413
5414
5415
# File 'lib/eBay.rb', line 5413

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5402
5403
5404
# File 'lib/eBay.rb', line 5402

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



5407
5408
5409
# File 'lib/eBay.rb', line 5407

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5403
5404
5405
# File 'lib/eBay.rb', line 5403

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5409
5410
5411
# File 'lib/eBay.rb', line 5409

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



5404
5405
5406
# File 'lib/eBay.rb', line 5404

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5412
5413
5414
# File 'lib/eBay.rb', line 5412

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



5405
5406
5407
# File 'lib/eBay.rb', line 5405

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5408
5409
5410
# File 'lib/eBay.rb', line 5408

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5411
5412
5413
# File 'lib/eBay.rb', line 5411

def notificationSignature
  @notificationSignature
end

#pictureTypeObject

Returns the value of attribute pictureType.



5415
5416
5417
# File 'lib/eBay.rb', line 5415

def pictureType
  @pictureType
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5410
5411
5412
# File 'lib/eBay.rb', line 5410

def recipientUserID
  @recipientUserID
end

#subscriptionObject

Returns the value of attribute subscription.



5414
5415
5416
# File 'lib/eBay.rb', line 5414

def subscription
  @subscription
end

#timestampObject

Returns the value of attribute timestamp.



5401
5402
5403
# File 'lib/eBay.rb', line 5401

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



5406
5407
5408
# File 'lib/eBay.rb', line 5406

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5417
5418
5419
# File 'lib/eBay.rb', line 5417

def set_any(elements)
  @__xmlele_any = elements
end