Class: SetNotificationPreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetNotificationPreferencesResponseType

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

Returns a new instance of SetNotificationPreferencesResponseType.



14631
14632
14633
14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645
14646
14647
# File 'lib/eBay.rb', line 14631

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.



14625
14626
14627
# File 'lib/eBay.rb', line 14625

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14612
14613
14614
# File 'lib/eBay.rb', line 14612

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14624
14625
14626
# File 'lib/eBay.rb', line 14624

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14617
14618
14619
# File 'lib/eBay.rb', line 14617

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14613
14614
14615
# File 'lib/eBay.rb', line 14613

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14619
14620
14621
# File 'lib/eBay.rb', line 14619

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14621
14622
14623
# File 'lib/eBay.rb', line 14621

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14614
14615
14616
# File 'lib/eBay.rb', line 14614

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14623
14624
14625
# File 'lib/eBay.rb', line 14623

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14615
14616
14617
# File 'lib/eBay.rb', line 14615

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14618
14619
14620
# File 'lib/eBay.rb', line 14618

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14622
14623
14624
# File 'lib/eBay.rb', line 14622

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14620
14621
14622
# File 'lib/eBay.rb', line 14620

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14611
14612
14613
# File 'lib/eBay.rb', line 14611

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14616
14617
14618
# File 'lib/eBay.rb', line 14616

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14627
14628
14629
# File 'lib/eBay.rb', line 14627

def set_any(elements)
  @__xmlele_any = elements
end