Class: EBay::GetApiAccessRulesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetApiAccessRulesResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
apiAccessRule - EBay::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, externalUserData = nil, apiAccessRule = []) ⇒ GetApiAccessRulesResponseType

Returns a new instance of GetApiAccessRulesResponseType.



11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
# File 'lib/eBay.rb', line 11101

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, externalUserData = 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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @apiAccessRule = apiAccessRule
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11094
11095
11096
# File 'lib/eBay.rb', line 11094

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11080
11081
11082
# File 'lib/eBay.rb', line 11080

def ack
  @ack
end

#apiAccessRuleObject

Returns the value of attribute apiAccessRule.



11095
11096
11097
# File 'lib/eBay.rb', line 11095

def apiAccessRule
  @apiAccessRule
end

#botBlockObject

Returns the value of attribute botBlock.



11092
11093
11094
# File 'lib/eBay.rb', line 11092

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11085
11086
11087
# File 'lib/eBay.rb', line 11085

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11081
11082
11083
# File 'lib/eBay.rb', line 11081

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11087
11088
11089
# File 'lib/eBay.rb', line 11087

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11089
11090
11091
# File 'lib/eBay.rb', line 11089

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11082
11083
11084
# File 'lib/eBay.rb', line 11082

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11093
11094
11095
# File 'lib/eBay.rb', line 11093

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11091
11092
11093
# File 'lib/eBay.rb', line 11091

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11083
11084
11085
# File 'lib/eBay.rb', line 11083

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11086
11087
11088
# File 'lib/eBay.rb', line 11086

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11090
11091
11092
# File 'lib/eBay.rb', line 11090

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11088
11089
11090
# File 'lib/eBay.rb', line 11088

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11079
11080
11081
# File 'lib/eBay.rb', line 11079

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11084
11085
11086
# File 'lib/eBay.rb', line 11084

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11097
11098
11099
# File 'lib/eBay.rb', line 11097

def set_any(elements)
  @__xmlele_any = elements
end