Class: GetApiAccessRulesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetApiAccessRulesResponseType

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
apiAccessRule - ApiAccessRuleType

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, apiAccessRule = []) ⇒ GetApiAccessRulesResponseType

Returns a new instance of GetApiAccessRulesResponseType.



8657
8658
8659
8660
8661
8662
8663
8664
8665
8666
8667
8668
8669
8670
8671
8672
8673
8674
# File 'lib/eBay.rb', line 8657

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, apiAccessRule = [])
  @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
  @apiAccessRule = apiAccessRule
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8650
8651
8652
# File 'lib/eBay.rb', line 8650

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8637
8638
8639
# File 'lib/eBay.rb', line 8637

def ack
  @ack
end

#apiAccessRuleObject

Returns the value of attribute apiAccessRule.



8651
8652
8653
# File 'lib/eBay.rb', line 8651

def apiAccessRule
  @apiAccessRule
end

#botBlockObject

Returns the value of attribute botBlock.



8649
8650
8651
# File 'lib/eBay.rb', line 8649

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8642
8643
8644
# File 'lib/eBay.rb', line 8642

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8638
8639
8640
# File 'lib/eBay.rb', line 8638

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8644
8645
8646
# File 'lib/eBay.rb', line 8644

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8646
8647
8648
# File 'lib/eBay.rb', line 8646

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8639
8640
8641
# File 'lib/eBay.rb', line 8639

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8648
8649
8650
# File 'lib/eBay.rb', line 8648

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8640
8641
8642
# File 'lib/eBay.rb', line 8640

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8643
8644
8645
# File 'lib/eBay.rb', line 8643

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8647
8648
8649
# File 'lib/eBay.rb', line 8647

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8645
8646
8647
# File 'lib/eBay.rb', line 8645

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8636
8637
8638
# File 'lib/eBay.rb', line 8636

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8641
8642
8643
# File 'lib/eBay.rb', line 8641

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8653
8654
8655
# File 'lib/eBay.rb', line 8653

def set_any(elements)
  @__xmlele_any = elements
end