line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package WebService::TypePad::Object::RelationshipStatus; |
2
|
1
|
|
|
1
|
|
1182
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
33
|
|
3
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
25
|
|
4
|
1
|
|
|
1
|
|
5
|
use WebService::TypePad::Util::Coerce; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
25
|
|
5
|
1
|
|
|
1
|
|
4
|
use base qw(WebService::TypePad::Object); |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
128
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=head1 NAME |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
WebService::TypePad::Object::RelationshipStatus - Perl representation of TypePad's RelationshipStatus object type |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
=head1 SYNOPSIS |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
use WebService::TypePad::Object::RelationshipStatus; |
16
|
|
|
|
|
|
|
my $relationship_status = WebService::TypePad::Object::RelationshipStatus->new(); |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=head1 DESCRIPTION |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
This is a Perl representation of TypePad's RelationshipStatus object type. |
21
|
|
|
|
|
|
|
For more information about this type and its parameters, see L. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 PROPERTIES |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Each of these properties has an accessor method which will retrieve the property's value when called with no arguments or set the property's value when called with one argument. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 SEE ALSO |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=over 1 |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item * L |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=back |