Class: GetApiAccessRulesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetApiAccessRulesRequestType

Constant Summary collapse

@@schema_type =
"GetApiAccessRulesRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil) ⇒ GetApiAccessRulesRequestType

Returns a new instance of GetApiAccessRulesRequestType.



1723
1724
1725
1726
1727
1728
1729
1730
1731
# File 'lib/eBay.rb', line 1723

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1717
1718
1719
# File 'lib/eBay.rb', line 1717

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1711
1712
1713
# File 'lib/eBay.rb', line 1711

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1715
1716
1717
# File 'lib/eBay.rb', line 1715

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1712
1713
1714
# File 'lib/eBay.rb', line 1712

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1716
1717
1718
# File 'lib/eBay.rb', line 1716

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1713
1714
1715
# File 'lib/eBay.rb', line 1713

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



1714
1715
1716
# File 'lib/eBay.rb', line 1714

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1719
1720
1721
# File 'lib/eBay.rb', line 1719

def set_any(elements)
  @__xmlele_any = elements
end