Class: EBay::GetApiAccessRulesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetApiAccessRulesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetApiAccessRulesResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#apiAccessRule ⇒ Object
Returns the value of attribute apiAccessRule.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetApiAccessRulesResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, apiAccessRule = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11094 11095 11096 |
# File 'lib/eBay.rb', line 11094 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11080 11081 11082 |
# File 'lib/eBay.rb', line 11080 def ack @ack end |
#apiAccessRule ⇒ Object
Returns the value of attribute apiAccessRule.
11095 11096 11097 |
# File 'lib/eBay.rb', line 11095 def apiAccessRule @apiAccessRule end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11092 11093 11094 |
# File 'lib/eBay.rb', line 11092 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11085 11086 11087 |
# File 'lib/eBay.rb', line 11085 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11081 11082 11083 |
# File 'lib/eBay.rb', line 11081 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11087 11088 11089 |
# File 'lib/eBay.rb', line 11087 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11089 11090 11091 |
# File 'lib/eBay.rb', line 11089 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11082 11083 11084 |
# File 'lib/eBay.rb', line 11082 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11093 11094 11095 |
# File 'lib/eBay.rb', line 11093 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11091 11092 11093 |
# File 'lib/eBay.rb', line 11091 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
11083 11084 11085 |
# File 'lib/eBay.rb', line 11083 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11086 11087 11088 |
# File 'lib/eBay.rb', line 11086 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11090 11091 11092 |
# File 'lib/eBay.rb', line 11090 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11088 11089 11090 |
# File 'lib/eBay.rb', line 11088 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11079 11080 11081 |
# File 'lib/eBay.rb', line 11079 def @timestamp end |
#version ⇒ Object
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 |