Class: GetAccountRequestType
- Inherits:
-
Object
- Object
- GetAccountRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetAccountRequestType
Constant Summary collapse
- @@schema_type =
"GetAccountRequestType"- @@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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["accountHistorySelection", ["AccountHistorySelectionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AccountHistorySelection")]], ["invoiceDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvoiceDate")]], ["beginDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BeginDate")]], ["endDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndDate")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]], ["excludeBalance", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExcludeBalance")]], ["excludeSummary", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExcludeSummary")]], ["accountEntrySortType", ["AccountEntrySortTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AccountEntrySortType")]], ["currency", ["CurrencyCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Currency")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#accountEntrySortType ⇒ Object
Returns the value of attribute accountEntrySortType.
-
#accountHistorySelection ⇒ Object
Returns the value of attribute accountHistorySelection.
-
#beginDate ⇒ Object
Returns the value of attribute beginDate.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#excludeBalance ⇒ Object
Returns the value of attribute excludeBalance.
-
#excludeSummary ⇒ Object
Returns the value of attribute excludeSummary.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, accountEntrySortType = nil, currency = nil) ⇒ GetAccountRequestType
constructor
A new instance of GetAccountRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, accountEntrySortType = nil, currency = nil) ⇒ GetAccountRequestType
Returns a new instance of GetAccountRequestType.
1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/eBay.rb', line 1952 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, accountEntrySortType = nil, currency = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @accountHistorySelection = accountHistorySelection @invoiceDate = invoiceDate @beginDate = beginDate @endDate = endDate @pagination = pagination @excludeBalance = excludeBalance @excludeSummary = excludeSummary @accountEntrySortType = accountEntrySortType @currency = currency end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1937 1938 1939 |
# File 'lib/eBay.rb', line 1937 def __xmlele_any @__xmlele_any end |
#accountEntrySortType ⇒ Object
Returns the value of attribute accountEntrySortType.
1945 1946 1947 |
# File 'lib/eBay.rb', line 1945 def accountEntrySortType @accountEntrySortType end |
#accountHistorySelection ⇒ Object
Returns the value of attribute accountHistorySelection.
1938 1939 1940 |
# File 'lib/eBay.rb', line 1938 def accountHistorySelection @accountHistorySelection end |
#beginDate ⇒ Object
Returns the value of attribute beginDate.
1940 1941 1942 |
# File 'lib/eBay.rb', line 1940 def beginDate @beginDate end |
#currency ⇒ Object
Returns the value of attribute currency.
1946 1947 1948 |
# File 'lib/eBay.rb', line 1946 def currency @currency end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1930 1931 1932 |
# File 'lib/eBay.rb', line 1930 def detailLevel @detailLevel end |
#endDate ⇒ Object
Returns the value of attribute endDate.
1941 1942 1943 |
# File 'lib/eBay.rb', line 1941 def endDate @endDate end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1934 1935 1936 |
# File 'lib/eBay.rb', line 1934 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1931 1932 1933 |
# File 'lib/eBay.rb', line 1931 def errorLanguage @errorLanguage end |
#excludeBalance ⇒ Object
Returns the value of attribute excludeBalance.
1943 1944 1945 |
# File 'lib/eBay.rb', line 1943 def excludeBalance @excludeBalance end |
#excludeSummary ⇒ Object
Returns the value of attribute excludeSummary.
1944 1945 1946 |
# File 'lib/eBay.rb', line 1944 def excludeSummary @excludeSummary end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1935 1936 1937 |
# File 'lib/eBay.rb', line 1935 def invocationID @invocationID end |
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
1939 1940 1941 |
# File 'lib/eBay.rb', line 1939 def invoiceDate @invoiceDate end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1932 1933 1934 |
# File 'lib/eBay.rb', line 1932 def @messageID end |
#pagination ⇒ Object
Returns the value of attribute pagination.
1942 1943 1944 |
# File 'lib/eBay.rb', line 1942 def pagination @pagination end |
#version ⇒ Object
Returns the value of attribute version.
1933 1934 1935 |
# File 'lib/eBay.rb', line 1933 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1936 1937 1938 |
# File 'lib/eBay.rb', line 1936 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1948 1949 1950 |
# File 'lib/eBay.rb', line 1948 def set_any(elements) @__xmlele_any = elements end |