1Net::Amazon::Property::UVsiedreoCGoanmtersi(b3u)ted PerlNeDto:c:uAmmeanztoant:i:oPnroperty::VideoGames(3)
2
3
4
6 Net::Amazon::Property::VideoGames - Class for software on amazon.com
7
9 use Net::Amazon;
10
11 # ...
12
13 if($resp->is_success()) {
14 for my $prop ($resp->properties) {
15 print join("/", $prop->platforms()), " ",
16 $prop->title(), " ",
17 $prop->publisher(), "\n";
18 }
19
21 "Net::Amazon::Property::VideoGames" is derived from
22 "Net::Amazon::Property" and on top of the all-purpose methods the base
23 class provides, it offers specialized accessors for software
24 parameters.
25
26 METHODS
27 platforms()
28 Returns a list of the software's platforms. There's also a
29 platform() method which just returns the first platform.
30
31 publisher()
32 Returns the software's publishing company as a string.
33
34 title()
35 Returns the software's title as a string.
36
37 ean()
38 Returns the software's EAN number.
39
40 media()
41 Returns the video games's media type as a string.
42
43 label()
44 Returns the video games's label type as a string.
45
46 studio()
47 Returns the video games's studio type as a string.
48
49 brand()
50 Returns the video games's brand type as a string.
51
52 manufacturer()
53 Returns the video games's manufacturer type as a string.
54
55 esrb_rating()
56 Returns the video games's ESRB age rating type as a string.
57
58 media()
59 Returns the video games's media type as a string.
60
61 nummedia()
62 Returns the video games's number of media (number of discs) as a
63 string.
64
65 upc()
66 Returns the video games's UPC as a string.
67
68 new(xmlref => $xmlref)
69 Initializes an object by passing a hash of hashes structure
70 containing the XML data returned from the service. Usually, this is
71 just used by "Net::Amazon" internally to initialize objects for on
72 backcoming data.
73
74 Check out Net::Amazon::Property for all-purpose accessors, like "year",
75 "OurPrice", "ListPrice", etc.
76
78 Christopher Boumenot, <boumenot@gmail.com>
79
81 Copyright 2006 by Christopher Boumenot <lt>boumenot@gmail.com>
82
83 This library is free software; you can redistribute it and/or modify it
84 under the same terms as Perl itself.
85
86
87
88perl v5.38.0 2023-07-2N1et::Amazon::Property::VideoGames(3)