1Net::Amazon::Property::USsoefrtwCaornet(r3i)buted Perl DNoectu:m:eAnmtaaztoino:n:Property::Software(3)
2
3
4
6 Net::Amazon::Property::Software - 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::Software" 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 software's media type as a string.
42
43 label()
44 Returns the software's label type as a string.
45
46 studio()
47 Returns the software's studio type as a string.
48
49 brand()
50 Returns the software's brand type as a string.
51
52 manufacturer()
53 Returns the software's manufacturer type as a string.
54
55 esrb_rating()
56 Returns the software's ESRB age rating type as a string.
57
58 media()
59 Returns the software's media type as a string.
60
61 nummedia()
62 Returns the software's number of media (number of discs) as a
63 string.
64
65 new(xmlref => $xmlref)
66 Initializes an object by passing a hash of hashes structure
67 containing the XML data returned from the service. Usually, this is
68 just used by "Net::Amazon" internally to initialize objects for on
69 backcoming data.
70
71 Check out Net::Amazon::Property for all-purpose accessors, like "year",
72 "OurPrice", "ListPrice", etc.
73
75 Christopher Boumenot, <boumenot@gmail.com>
76
78 Copyright 2006 by Christopher Bomenot <boumenot@gmail.com>
79
80 This library is free software; you can redistribute it and/or modify it
81 under the same terms as Perl itself.
82
83
84
85perl v5.36.0 2023-01-20Net::Amazon::Property::Software(3)