Object::eBay::Attribute

Represents an item attribute
Download

Object::eBay::Attribute 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::Attribute Tags


Object::eBay::Attribute Description

Represents an item attribute Object::eBay::Attribute is a Perl module that represents an item attribute.SYNOPSIS # assuming that $item is an Object::eBay::Item object my $attribute = $item->attributes->find(10244); print "The condition is $attribute "; # "The condition is New" if ( $attribute == 24227 ) { print "This is a Sega Genesis game "; }eBay associates key-value pairs (attributes) with certain auctions. An Object::eBay::Attribute object represents a specific attribute of an auction. Requirements: · Perl


Object::eBay::Attribute Related Software