Class: GetRuNameResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetRuNameResponseType

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
ruName - SOAP::SOAPString

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, ruName = nil) ⇒ GetRuNameResponseType

Returns a new instance of GetRuNameResponseType.



11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
11913
11914
11915
11916
11917
# File 'lib/eBay.rb', line 11900

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, ruName = 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
  @ruName = ruName
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11893
11894
11895
# File 'lib/eBay.rb', line 11893

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11880
11881
11882
# File 'lib/eBay.rb', line 11880

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11892
11893
11894
# File 'lib/eBay.rb', line 11892

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11885
11886
11887
# File 'lib/eBay.rb', line 11885

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11881
11882
11883
# File 'lib/eBay.rb', line 11881

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11887
11888
11889
# File 'lib/eBay.rb', line 11887

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11889
11890
11891
# File 'lib/eBay.rb', line 11889

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11882
11883
11884
# File 'lib/eBay.rb', line 11882

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11891
11892
11893
# File 'lib/eBay.rb', line 11891

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11883
11884
11885
# File 'lib/eBay.rb', line 11883

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11886
11887
11888
# File 'lib/eBay.rb', line 11886

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11890
11891
11892
# File 'lib/eBay.rb', line 11890

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11888
11889
11890
# File 'lib/eBay.rb', line 11888

def recipientUserID
  @recipientUserID
end

#ruNameObject

Returns the value of attribute ruName.



11894
11895
11896
# File 'lib/eBay.rb', line 11894

def ruName
  @ruName
end

#timestampObject

Returns the value of attribute timestamp.



11879
11880
11881
# File 'lib/eBay.rb', line 11879

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11884
11885
11886
# File 'lib/eBay.rb', line 11884

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11896
11897
11898
# File 'lib/eBay.rb', line 11896

def set_any(elements)
  @__xmlele_any = elements
end