Class: EBay::BiddingSummaryType
- Inherits:
-
Object
- Object
- EBay::BiddingSummaryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBiddingSummaryType
summaryDays - SOAP::SOAPInt
totalBids - SOAP::SOAPInt
bidActivityWithSeller - SOAP::SOAPInt
bidsToUniqueSellers - SOAP::SOAPInt
bidsToUniqueCategories - SOAP::SOAPInt
bidRetractions - SOAP::SOAPInt
itemBidDetails - EBay::ItemBidDetailsType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidActivityWithSeller ⇒ Object
Returns the value of attribute bidActivityWithSeller.
-
#bidRetractions ⇒ Object
Returns the value of attribute bidRetractions.
-
#bidsToUniqueCategories ⇒ Object
Returns the value of attribute bidsToUniqueCategories.
-
#bidsToUniqueSellers ⇒ Object
Returns the value of attribute bidsToUniqueSellers.
-
#itemBidDetails ⇒ Object
Returns the value of attribute itemBidDetails.
-
#summaryDays ⇒ Object
Returns the value of attribute summaryDays.
-
#totalBids ⇒ Object
Returns the value of attribute totalBids.
Instance Method Summary collapse
-
#initialize(summaryDays = nil, totalBids = nil, bidActivityWithSeller = nil, bidsToUniqueSellers = nil, bidsToUniqueCategories = nil, bidRetractions = nil, itemBidDetails = []) ⇒ BiddingSummaryType
constructor
A new instance of BiddingSummaryType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(summaryDays = nil, totalBids = nil, bidActivityWithSeller = nil, bidsToUniqueSellers = nil, bidsToUniqueCategories = nil, bidRetractions = nil, itemBidDetails = []) ⇒ BiddingSummaryType
Returns a new instance of BiddingSummaryType.
21282 21283 21284 21285 21286 21287 21288 21289 21290 21291 |
# File 'lib/eBay.rb', line 21282 def initialize(summaryDays = nil, totalBids = nil, bidActivityWithSeller = nil, bidsToUniqueSellers = nil, bidsToUniqueCategories = nil, bidRetractions = nil, itemBidDetails = []) @summaryDays = summaryDays @totalBids = totalBids @bidActivityWithSeller = bidActivityWithSeller @bidsToUniqueSellers = bidsToUniqueSellers @bidsToUniqueCategories = bidsToUniqueCategories @bidRetractions = bidRetractions @itemBidDetails = itemBidDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21276 21277 21278 |
# File 'lib/eBay.rb', line 21276 def __xmlele_any @__xmlele_any end |
#bidActivityWithSeller ⇒ Object
Returns the value of attribute bidActivityWithSeller.
21271 21272 21273 |
# File 'lib/eBay.rb', line 21271 def bidActivityWithSeller @bidActivityWithSeller end |
#bidRetractions ⇒ Object
Returns the value of attribute bidRetractions.
21274 21275 21276 |
# File 'lib/eBay.rb', line 21274 def bidRetractions @bidRetractions end |
#bidsToUniqueCategories ⇒ Object
Returns the value of attribute bidsToUniqueCategories.
21273 21274 21275 |
# File 'lib/eBay.rb', line 21273 def bidsToUniqueCategories @bidsToUniqueCategories end |
#bidsToUniqueSellers ⇒ Object
Returns the value of attribute bidsToUniqueSellers.
21272 21273 21274 |
# File 'lib/eBay.rb', line 21272 def bidsToUniqueSellers @bidsToUniqueSellers end |
#itemBidDetails ⇒ Object
Returns the value of attribute itemBidDetails.
21275 21276 21277 |
# File 'lib/eBay.rb', line 21275 def itemBidDetails @itemBidDetails end |
#summaryDays ⇒ Object
Returns the value of attribute summaryDays.
21269 21270 21271 |
# File 'lib/eBay.rb', line 21269 def summaryDays @summaryDays end |
#totalBids ⇒ Object
Returns the value of attribute totalBids.
21270 21271 21272 |
# File 'lib/eBay.rb', line 21270 def totalBids @totalBids end |
Instance Method Details
#set_any(elements) ⇒ Object
21278 21279 21280 |
# File 'lib/eBay.rb', line 21278 def set_any(elements) @__xmlele_any = elements end |