File Coverage

lib/Google/Ads/AdWords/v201710/UnknownProductDimension.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod n/a
total 12 16 75.0


line stmt bran cond sub pod time code
1             package Google::Ads::AdWords::v201710::UnknownProductDimension;
2 1     1   1909 use strict;
  1         2  
  1         34  
3 1     1   8 use warnings;
  1         3  
  1         102  
4              
5              
6             __PACKAGE__->_set_element_form_qualified(1);
7              
8 0     0     sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201710' };
9              
10             our $XML_ATTRIBUTE_CLASS;
11             undef $XML_ATTRIBUTE_CLASS;
12              
13             sub __get_attr_class {
14 0     0     return $XML_ATTRIBUTE_CLASS;
15             }
16              
17              
18 1     1   6 use base qw(Google::Ads::AdWords::v201710::ProductDimension);
  1         2  
  1         135  
19             # Variety: sequence
20             use Class::Std::Fast::Storable constructor => 'none';
21             use base qw(Google::Ads::SOAP::Typelib::ComplexType);
22              
23             { # BLOCK to scope variables
24              
25             my %ProductDimension__Type_of :ATTR(:get);
26              
27             __PACKAGE__->_factory(
28             [ qw( ProductDimension__Type
29              
30             ) ],
31             {
32             'ProductDimension__Type' => \%ProductDimension__Type_of,
33             },
34             {
35             'ProductDimension__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
36             },
37             {
38              
39             'ProductDimension__Type' => 'ProductDimension.Type',
40             }
41             );
42              
43             } # end BLOCK
44              
45              
46              
47              
48              
49              
50              
51             1;
52              
53              
54             =pod
55              
56             =head1 NAME
57              
58             Google::Ads::AdWords::v201710::UnknownProductDimension
59              
60             =head1 DESCRIPTION
61              
62             Perl data type class for the XML Schema defined complexType
63             UnknownProductDimension from the namespace https://adwords.google.com/api/adwords/cm/v201710.
64              
65             An unknown product dimension type which will be returned in place of any ProductDimension not supported by the clients current API version.
66              
67              
68              
69              
70             =head2 PROPERTIES
71              
72             The following properties may be accessed using get_PROPERTY / set_PROPERTY
73             methods:
74              
75             =over
76              
77              
78              
79             =back
80              
81              
82             =head1 METHODS
83              
84             =head2 new
85              
86             Constructor. The following data structure may be passed to new():
87              
88              
89              
90              
91              
92              
93             =head1 AUTHOR
94              
95             Generated by SOAP::WSDL
96              
97             =cut
98