Object::eBay::User

Object::eBay::User represents an eBay user.
Download

Object::eBay::User Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Hendricks
  • Publisher web site:
  • http://search.cpan.org/~mndrix/Object-eBay-0.0.3/lib/Object/eBay/Boolean.pm

Object::eBay::User Tags


Object::eBay::User Description

Object::eBay::User represents an eBay user. Object::eBay::User represents an eBay user.SYNOPSIS # Assuming that Object::eBay has been initialized use Object::eBay::User; my $user = Object::eBay::User->new({ user_id => 'example' }); print "Feedback Score: ", $user->feedback_score(), "n";METHODSnewRequires a single hashref as the argument. The hashref should contain a key 'user_id' whose value is the ID of the user you want the new object to represent.feedback_scoreReturns an integere indicating the user's feedback score.feedback_privateReturns 'true' if the user's feedback score is private. Returns 'false' if the user's feedback score is public. In future releases, the return value may change into an object which correctly handles boolean context however string context will retain the current behavior. So, if you depend on the true/false strings, please stringify the return value fo feedback_private first. Requirements: · Perl


Object::eBay::User Related Software