Class: EBay::GetSellerDashboardResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellerDashboardResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerDashboardResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
searchStanding - EBay::SearchStandingDashboardType
sellerFeeDiscount - EBay::SellerFeeDiscountDashboardType
powerSellerStatus - EBay::PowerSellerDashboardType
policyCompliance - EBay::PolicyComplianceDashboardType
buyerSatisfaction - EBay::BuyerSatisfactionDashboardType
sellerAccount - EBay::SellerAccountDashboardType
performance - EBay::PerformanceDashboardType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#buyerSatisfaction ⇒ Object
Returns the value of attribute buyerSatisfaction.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#performance ⇒ Object
Returns the value of attribute performance.
-
#policyCompliance ⇒ Object
Returns the value of attribute policyCompliance.
-
#powerSellerStatus ⇒ Object
Returns the value of attribute powerSellerStatus.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#searchStanding ⇒ Object
Returns the value of attribute searchStanding.
-
#sellerAccount ⇒ Object
Returns the value of attribute sellerAccount.
-
#sellerFeeDiscount ⇒ Object
Returns the value of attribute sellerFeeDiscount.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, searchStanding = nil, sellerFeeDiscount = nil, powerSellerStatus = nil, policyCompliance = nil, buyerSatisfaction = nil, sellerAccount = nil, performance = []) ⇒ GetSellerDashboardResponseType
constructor
A new instance of GetSellerDashboardResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, searchStanding = nil, sellerFeeDiscount = nil, powerSellerStatus = nil, policyCompliance = nil, buyerSatisfaction = nil, sellerAccount = nil, performance = []) ⇒ GetSellerDashboardResponseType
Returns a new instance of GetSellerDashboardResponseType.
14061 14062 14063 14064 14065 14066 14067 14068 14069 14070 14071 14072 14073 14074 14075 14076 14077 14078 14079 14080 14081 14082 14083 14084 14085 |
# File 'lib/eBay.rb', line 14061 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, searchStanding = nil, sellerFeeDiscount = nil, powerSellerStatus = nil, policyCompliance = nil, buyerSatisfaction = nil, sellerAccount = nil, performance = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @searchStanding = searchStanding @sellerFeeDiscount = sellerFeeDiscount @powerSellerStatus = powerSellerStatus @policyCompliance = policyCompliance @buyerSatisfaction = buyerSatisfaction @sellerAccount = sellerAccount @performance = performance end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14048 14049 14050 |
# File 'lib/eBay.rb', line 14048 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14034 14035 14036 |
# File 'lib/eBay.rb', line 14034 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14046 14047 14048 |
# File 'lib/eBay.rb', line 14046 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14039 14040 14041 |
# File 'lib/eBay.rb', line 14039 def build @build end |
#buyerSatisfaction ⇒ Object
Returns the value of attribute buyerSatisfaction.
14053 14054 14055 |
# File 'lib/eBay.rb', line 14053 def buyerSatisfaction @buyerSatisfaction end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14035 14036 14037 |
# File 'lib/eBay.rb', line 14035 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14041 14042 14043 |
# File 'lib/eBay.rb', line 14041 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14043 14044 14045 |
# File 'lib/eBay.rb', line 14043 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14036 14037 14038 |
# File 'lib/eBay.rb', line 14036 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14047 14048 14049 |
# File 'lib/eBay.rb', line 14047 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14045 14046 14047 |
# File 'lib/eBay.rb', line 14045 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
14037 14038 14039 |
# File 'lib/eBay.rb', line 14037 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14040 14041 14042 |
# File 'lib/eBay.rb', line 14040 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14044 14045 14046 |
# File 'lib/eBay.rb', line 14044 def notificationSignature @notificationSignature end |
#performance ⇒ Object
Returns the value of attribute performance.
14055 14056 14057 |
# File 'lib/eBay.rb', line 14055 def performance @performance end |
#policyCompliance ⇒ Object
Returns the value of attribute policyCompliance.
14052 14053 14054 |
# File 'lib/eBay.rb', line 14052 def policyCompliance @policyCompliance end |
#powerSellerStatus ⇒ Object
Returns the value of attribute powerSellerStatus.
14051 14052 14053 |
# File 'lib/eBay.rb', line 14051 def powerSellerStatus @powerSellerStatus end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14042 14043 14044 |
# File 'lib/eBay.rb', line 14042 def recipientUserID @recipientUserID end |
#searchStanding ⇒ Object
Returns the value of attribute searchStanding.
14049 14050 14051 |
# File 'lib/eBay.rb', line 14049 def searchStanding @searchStanding end |
#sellerAccount ⇒ Object
Returns the value of attribute sellerAccount.
14054 14055 14056 |
# File 'lib/eBay.rb', line 14054 def sellerAccount @sellerAccount end |
#sellerFeeDiscount ⇒ Object
Returns the value of attribute sellerFeeDiscount.
14050 14051 14052 |
# File 'lib/eBay.rb', line 14050 def sellerFeeDiscount @sellerFeeDiscount end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14033 14034 14035 |
# File 'lib/eBay.rb', line 14033 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14038 14039 14040 |
# File 'lib/eBay.rb', line 14038 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14057 14058 14059 |
# File 'lib/eBay.rb', line 14057 def set_any(elements) @__xmlele_any = elements end |