Class: FeedbackSummaryType
- Inherits:
-
Object
- Object
- FeedbackSummaryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFeedbackSummaryType
Constant Summary collapse
- @@schema_type =
"FeedbackSummaryType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["bidRetractionFeedbackPeriodArray", ["FeedbackPeriodArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidRetractionFeedbackPeriodArray")]], ["negativeFeedbackPeriodArray", ["FeedbackPeriodArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NegativeFeedbackPeriodArray")]], ["neutralFeedbackPeriodArray", ["FeedbackPeriodArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NeutralFeedbackPeriodArray")]], ["positiveFeedbackPeriodArray", ["FeedbackPeriodArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PositiveFeedbackPeriodArray")]], ["totalFeedbackPeriodArray", ["FeedbackPeriodArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalFeedbackPeriodArray")]], ["neutralCommentCountFromSuspendedUsers", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NeutralCommentCountFromSuspendedUsers")]], ["uniqueNegativeFeedbackCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UniqueNegativeFeedbackCount")]], ["uniquePositiveFeedbackCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UniquePositiveFeedbackCount")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidRetractionFeedbackPeriodArray ⇒ Object
Returns the value of attribute bidRetractionFeedbackPeriodArray.
-
#negativeFeedbackPeriodArray ⇒ Object
Returns the value of attribute negativeFeedbackPeriodArray.
-
#neutralCommentCountFromSuspendedUsers ⇒ Object
Returns the value of attribute neutralCommentCountFromSuspendedUsers.
-
#neutralFeedbackPeriodArray ⇒ Object
Returns the value of attribute neutralFeedbackPeriodArray.
-
#positiveFeedbackPeriodArray ⇒ Object
Returns the value of attribute positiveFeedbackPeriodArray.
-
#totalFeedbackPeriodArray ⇒ Object
Returns the value of attribute totalFeedbackPeriodArray.
-
#uniqueNegativeFeedbackCount ⇒ Object
Returns the value of attribute uniqueNegativeFeedbackCount.
-
#uniquePositiveFeedbackCount ⇒ Object
Returns the value of attribute uniquePositiveFeedbackCount.
Instance Method Summary collapse
-
#initialize(bidRetractionFeedbackPeriodArray = nil, negativeFeedbackPeriodArray = nil, neutralFeedbackPeriodArray = nil, positiveFeedbackPeriodArray = nil, totalFeedbackPeriodArray = nil, neutralCommentCountFromSuspendedUsers = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil) ⇒ FeedbackSummaryType
constructor
A new instance of FeedbackSummaryType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(bidRetractionFeedbackPeriodArray = nil, negativeFeedbackPeriodArray = nil, neutralFeedbackPeriodArray = nil, positiveFeedbackPeriodArray = nil, totalFeedbackPeriodArray = nil, neutralCommentCountFromSuspendedUsers = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil) ⇒ FeedbackSummaryType
Returns a new instance of FeedbackSummaryType.
17930 17931 17932 17933 17934 17935 17936 17937 17938 17939 17940 |
# File 'lib/eBay.rb', line 17930 def initialize(bidRetractionFeedbackPeriodArray = nil, negativeFeedbackPeriodArray = nil, neutralFeedbackPeriodArray = nil, positiveFeedbackPeriodArray = nil, totalFeedbackPeriodArray = nil, neutralCommentCountFromSuspendedUsers = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil) @bidRetractionFeedbackPeriodArray = bidRetractionFeedbackPeriodArray @negativeFeedbackPeriodArray = negativeFeedbackPeriodArray @neutralFeedbackPeriodArray = neutralFeedbackPeriodArray @positiveFeedbackPeriodArray = positiveFeedbackPeriodArray @totalFeedbackPeriodArray = totalFeedbackPeriodArray @neutralCommentCountFromSuspendedUsers = neutralCommentCountFromSuspendedUsers @uniqueNegativeFeedbackCount = uniqueNegativeFeedbackCount @uniquePositiveFeedbackCount = uniquePositiveFeedbackCount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17924 17925 17926 |
# File 'lib/eBay.rb', line 17924 def __xmlele_any @__xmlele_any end |
#bidRetractionFeedbackPeriodArray ⇒ Object
Returns the value of attribute bidRetractionFeedbackPeriodArray.
17916 17917 17918 |
# File 'lib/eBay.rb', line 17916 def bidRetractionFeedbackPeriodArray @bidRetractionFeedbackPeriodArray end |
#negativeFeedbackPeriodArray ⇒ Object
Returns the value of attribute negativeFeedbackPeriodArray.
17917 17918 17919 |
# File 'lib/eBay.rb', line 17917 def negativeFeedbackPeriodArray @negativeFeedbackPeriodArray end |
#neutralCommentCountFromSuspendedUsers ⇒ Object
Returns the value of attribute neutralCommentCountFromSuspendedUsers.
17921 17922 17923 |
# File 'lib/eBay.rb', line 17921 def neutralCommentCountFromSuspendedUsers @neutralCommentCountFromSuspendedUsers end |
#neutralFeedbackPeriodArray ⇒ Object
Returns the value of attribute neutralFeedbackPeriodArray.
17918 17919 17920 |
# File 'lib/eBay.rb', line 17918 def neutralFeedbackPeriodArray @neutralFeedbackPeriodArray end |
#positiveFeedbackPeriodArray ⇒ Object
Returns the value of attribute positiveFeedbackPeriodArray.
17919 17920 17921 |
# File 'lib/eBay.rb', line 17919 def positiveFeedbackPeriodArray @positiveFeedbackPeriodArray end |
#totalFeedbackPeriodArray ⇒ Object
Returns the value of attribute totalFeedbackPeriodArray.
17920 17921 17922 |
# File 'lib/eBay.rb', line 17920 def totalFeedbackPeriodArray @totalFeedbackPeriodArray end |
#uniqueNegativeFeedbackCount ⇒ Object
Returns the value of attribute uniqueNegativeFeedbackCount.
17922 17923 17924 |
# File 'lib/eBay.rb', line 17922 def uniqueNegativeFeedbackCount @uniqueNegativeFeedbackCount end |
#uniquePositiveFeedbackCount ⇒ Object
Returns the value of attribute uniquePositiveFeedbackCount.
17923 17924 17925 |
# File 'lib/eBay.rb', line 17923 def uniquePositiveFeedbackCount @uniquePositiveFeedbackCount end |
Instance Method Details
#set_any(elements) ⇒ Object
17926 17927 17928 |
# File 'lib/eBay.rb', line 17926 def set_any(elements) @__xmlele_any = elements end |