Class: SetPictureManagerDetailsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPictureManagerDetailsResponseType

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

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) ⇒ SetPictureManagerDetailsResponseType

Returns a new instance of SetPictureManagerDetailsResponseType.



14686
14687
14688
14689
14690
14691
14692
14693
14694
14695
14696
14697
14698
14699
14700
14701
14702
# File 'lib/eBay.rb', line 14686

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14680
14681
14682
# File 'lib/eBay.rb', line 14680

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14667
14668
14669
# File 'lib/eBay.rb', line 14667

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14679
14680
14681
# File 'lib/eBay.rb', line 14679

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14672
14673
14674
# File 'lib/eBay.rb', line 14672

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14668
14669
14670
# File 'lib/eBay.rb', line 14668

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14674
14675
14676
# File 'lib/eBay.rb', line 14674

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14676
14677
14678
# File 'lib/eBay.rb', line 14676

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14669
14670
14671
# File 'lib/eBay.rb', line 14669

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14678
14679
14680
# File 'lib/eBay.rb', line 14678

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14670
14671
14672
# File 'lib/eBay.rb', line 14670

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14673
14674
14675
# File 'lib/eBay.rb', line 14673

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14677
14678
14679
# File 'lib/eBay.rb', line 14677

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14675
14676
14677
# File 'lib/eBay.rb', line 14675

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14666
14667
14668
# File 'lib/eBay.rb', line 14666

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14671
14672
14673
# File 'lib/eBay.rb', line 14671

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14682
14683
14684
# File 'lib/eBay.rb', line 14682

def set_any(elements)
  @__xmlele_any = elements
end