Class: GetAccountRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAccountRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
accountHistorySelection - AccountHistorySelectionCodeType
invoiceDate - SOAP::SOAPDateTime
beginDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime
pagination - PaginationType
excludeBalance - SOAP::SOAPBoolean
excludeSummary - SOAP::SOAPBoolean
accountEntrySortType - AccountEntrySortTypeCodeType
currency - CurrencyCodeType
itemID - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, accountEntrySortType = nil, currency = nil, itemID = nil) ⇒ GetAccountRequestType

Returns a new instance of GetAccountRequestType.



982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
# File 'lib/eBay.rb', line 982

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, accountHistorySelection = nil, invoiceDate = nil, beginDate = nil, endDate = nil, pagination = nil, excludeBalance = nil, excludeSummary = nil, accountEntrySortType = nil, currency = nil, itemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @accountHistorySelection = accountHistorySelection
  @invoiceDate = invoiceDate
  @beginDate = beginDate
  @endDate = endDate
  @pagination = pagination
  @excludeBalance = excludeBalance
  @excludeSummary = excludeSummary
  @accountEntrySortType = accountEntrySortType
  @currency = currency
  @itemID = itemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



966
967
968
# File 'lib/eBay.rb', line 966

def __xmlele_any
  @__xmlele_any
end

#accountEntrySortTypeObject

Returns the value of attribute accountEntrySortType.



974
975
976
# File 'lib/eBay.rb', line 974

def accountEntrySortType
  @accountEntrySortType
end

#accountHistorySelectionObject

Returns the value of attribute accountHistorySelection.



967
968
969
# File 'lib/eBay.rb', line 967

def accountHistorySelection
  @accountHistorySelection
end

#beginDateObject

Returns the value of attribute beginDate.



969
970
971
# File 'lib/eBay.rb', line 969

def beginDate
  @beginDate
end

#botBlockObject

Returns the value of attribute botBlock.



965
966
967
# File 'lib/eBay.rb', line 965

def botBlock
  @botBlock
end

#currencyObject

Returns the value of attribute currency.



975
976
977
# File 'lib/eBay.rb', line 975

def currency
  @currency
end

#detailLevelObject

Returns the value of attribute detailLevel.



956
957
958
# File 'lib/eBay.rb', line 956

def detailLevel
  @detailLevel
end

#endDateObject

Returns the value of attribute endDate.



970
971
972
# File 'lib/eBay.rb', line 970

def endDate
  @endDate
end

#endUserIPObject

Returns the value of attribute endUserIP.



960
961
962
# File 'lib/eBay.rb', line 960

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



961
962
963
# File 'lib/eBay.rb', line 961

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



957
958
959
# File 'lib/eBay.rb', line 957

def errorLanguage
  @errorLanguage
end

#excludeBalanceObject

Returns the value of attribute excludeBalance.



972
973
974
# File 'lib/eBay.rb', line 972

def excludeBalance
  @excludeBalance
end

#excludeSummaryObject

Returns the value of attribute excludeSummary.



973
974
975
# File 'lib/eBay.rb', line 973

def excludeSummary
  @excludeSummary
end

#invocationIDObject

Returns the value of attribute invocationID.



962
963
964
# File 'lib/eBay.rb', line 962

def invocationID
  @invocationID
end

#invoiceDateObject

Returns the value of attribute invoiceDate.



968
969
970
# File 'lib/eBay.rb', line 968

def invoiceDate
  @invoiceDate
end

#itemIDObject

Returns the value of attribute itemID.



976
977
978
# File 'lib/eBay.rb', line 976

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



958
959
960
# File 'lib/eBay.rb', line 958

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



963
964
965
# File 'lib/eBay.rb', line 963

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



971
972
973
# File 'lib/eBay.rb', line 971

def pagination
  @pagination
end

#versionObject

Returns the value of attribute version.



959
960
961
# File 'lib/eBay.rb', line 959

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



964
965
966
# File 'lib/eBay.rb', line 964

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



978
979
980
# File 'lib/eBay.rb', line 978

def set_any(elements)
  @__xmlele_any = elements
end