Class: EBay::GetSellerDashboardResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerDashboardResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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

Instance Method Summary collapse

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(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 = [])
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14048
14049
14050
# File 'lib/eBay.rb', line 14048

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14034
14035
14036
# File 'lib/eBay.rb', line 14034

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14046
14047
14048
# File 'lib/eBay.rb', line 14046

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14039
14040
14041
# File 'lib/eBay.rb', line 14039

def build
  @build
end

#buyerSatisfactionObject

Returns the value of attribute buyerSatisfaction.



14053
14054
14055
# File 'lib/eBay.rb', line 14053

def buyerSatisfaction
  @buyerSatisfaction
end

#correlationIDObject

Returns the value of attribute correlationID.



14035
14036
14037
# File 'lib/eBay.rb', line 14035

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14041
14042
14043
# File 'lib/eBay.rb', line 14041

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14043
14044
14045
# File 'lib/eBay.rb', line 14043

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14036
14037
14038
# File 'lib/eBay.rb', line 14036

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14047
14048
14049
# File 'lib/eBay.rb', line 14047

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14045
14046
14047
# File 'lib/eBay.rb', line 14045

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14037
14038
14039
# File 'lib/eBay.rb', line 14037

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14040
14041
14042
# File 'lib/eBay.rb', line 14040

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14044
14045
14046
# File 'lib/eBay.rb', line 14044

def notificationSignature
  @notificationSignature
end

#performanceObject

Returns the value of attribute performance.



14055
14056
14057
# File 'lib/eBay.rb', line 14055

def performance
  @performance
end

#policyComplianceObject

Returns the value of attribute policyCompliance.



14052
14053
14054
# File 'lib/eBay.rb', line 14052

def policyCompliance
  @policyCompliance
end

#powerSellerStatusObject

Returns the value of attribute powerSellerStatus.



14051
14052
14053
# File 'lib/eBay.rb', line 14051

def powerSellerStatus
  @powerSellerStatus
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14042
14043
14044
# File 'lib/eBay.rb', line 14042

def recipientUserID
  @recipientUserID
end

#searchStandingObject

Returns the value of attribute searchStanding.



14049
14050
14051
# File 'lib/eBay.rb', line 14049

def searchStanding
  @searchStanding
end

#sellerAccountObject

Returns the value of attribute sellerAccount.



14054
14055
14056
# File 'lib/eBay.rb', line 14054

def sellerAccount
  @sellerAccount
end

#sellerFeeDiscountObject

Returns the value of attribute sellerFeeDiscount.



14050
14051
14052
# File 'lib/eBay.rb', line 14050

def sellerFeeDiscount
  @sellerFeeDiscount
end

#timestampObject

Returns the value of attribute timestamp.



14033
14034
14035
# File 'lib/eBay.rb', line 14033

def timestamp
  @timestamp
end

#versionObject

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