WWW::Ebay::Status

WWW::Ebay::Status module encapsulate auction status for eBay.
Download

WWW::Ebay::Status Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Thurn
  • Publisher web site:
  • http://search.cpan.org/~ninja/WWW-Search-EBayGlobal-3.00/lib/WWW/Search/EBayGlobal/ByEndDate.pm

WWW::Ebay::Status Tags


WWW::Ebay::Status Description

WWW::Ebay::Status module encapsulate auction status for eBay. WWW::Ebay::Status module encapsulate auction status for eBay.A convenience class for keeping track of the status of one auction, such as an auction you are selling on www.ebay.comThe status of an auction consists of several yes/no flags. Each yes/no flag indicates whether a certain operation has been performed on this auction. The available flags are described below under FLAGS.METHODSnewCreates and returns a new Status object. All status flags are 'off'.new_from_integerCreates and returns a new Status object, with all values derived from the given integer. (Most likely, the integer was obtained by calling as_integer() on another WWW::Ebay::Status object.) Useful as a Thaw method.resetSet all flags to false.any_local_actionsConsider that this Status object refers to auction X. This method returns true if any operations have been performed on auction X after it has ended.as_textReturns a human-readable description of all the set flags.as_integerReturns an integer representation of the status bits. Useful as a Freeze method.FLAGSThese are the yes/no flags that apply to an auction. They all act as get/set methods: give an argument to set the value; give no arguments to get the value.listedI.e. this auction has been uploaded to eBay and is underway.endedI.e. bidding is closed.congratulatedI.e. we have sent a "Congratulations, please pay me now" email.paid payment_cleared shipped received left_feedback got_feedback archivedE.g. all actions are done, don't show this auction any more. Requirements: · Perl


WWW::Ebay::Status Related Software