Class: GetApiAccessRulesResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetApiAccessRulesResponseType

Constant Summary collapse

@@schema_type =
"GetApiAccessRulesResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["apiAccessRule", ["ApiAccessRuleType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApiAccessRule")]]
]

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

Returns a new instance of GetApiAccessRulesResponseType.



1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
# File 'lib/eBay.rb', line 1965

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, apiAccessRule = [])
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @apiAccessRule = apiAccessRule
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1958
1959
1960
# File 'lib/eBay.rb', line 1958

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



1947
1948
1949
# File 'lib/eBay.rb', line 1947

def ack
  @ack
end

#apiAccessRuleObject

Returns the value of attribute apiAccessRule.



1959
1960
1961
# File 'lib/eBay.rb', line 1959

def apiAccessRule
  @apiAccessRule
end

#buildObject

Returns the value of attribute build.



1952
1953
1954
# File 'lib/eBay.rb', line 1952

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



1948
1949
1950
# File 'lib/eBay.rb', line 1948

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



1954
1955
1956
# File 'lib/eBay.rb', line 1954

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



1949
1950
1951
# File 'lib/eBay.rb', line 1949

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



1957
1958
1959
# File 'lib/eBay.rb', line 1957

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



1950
1951
1952
# File 'lib/eBay.rb', line 1950

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



1953
1954
1955
# File 'lib/eBay.rb', line 1953

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



1956
1957
1958
# File 'lib/eBay.rb', line 1956

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



1955
1956
1957
# File 'lib/eBay.rb', line 1955

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



1946
1947
1948
# File 'lib/eBay.rb', line 1946

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



1951
1952
1953
# File 'lib/eBay.rb', line 1951

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1961
1962
1963
# File 'lib/eBay.rb', line 1961

def set_any(elements)
  @__xmlele_any = elements
end