Class: GetAttributesXSLRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesXSLRequestType

Constant Summary collapse

@@schema_type =
"GetAttributesXSLRequestType"
@@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")]],
["fileName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FileName")]],
["fileVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FileVersion")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetAttributesXSLRequestType.



1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
# File 'lib/eBay.rb', line 1925

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1917
1918
1919
# File 'lib/eBay.rb', line 1917

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1911
1912
1913
# File 'lib/eBay.rb', line 1911

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1915
1916
1917
# File 'lib/eBay.rb', line 1915

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1912
1913
1914
# File 'lib/eBay.rb', line 1912

def errorLanguage
  @errorLanguage
end

#fileNameObject

Returns the value of attribute fileName.



1918
1919
1920
# File 'lib/eBay.rb', line 1918

def fileName
  @fileName
end

#fileVersionObject

Returns the value of attribute fileVersion.



1919
1920
1921
# File 'lib/eBay.rb', line 1919

def fileVersion
  @fileVersion
end

#invocationIDObject

Returns the value of attribute invocationID.



1916
1917
1918
# File 'lib/eBay.rb', line 1916

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1913
1914
1915
# File 'lib/eBay.rb', line 1913

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



1914
1915
1916
# File 'lib/eBay.rb', line 1914

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1921
1922
1923
# File 'lib/eBay.rb', line 1921

def set_any(elements)
  @__xmlele_any = elements
end