Skip to content

Commit 4b67406

Browse files
authored
Merge pull request #95 from waterkip/GH-94-missing_docs
Add missing POD for nameid, nameid_format in Protocol::Assertion
2 parents ad0f5d0 + 523ba92 commit 4b67406

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/Net/SAML2/Protocol/Assertion.pm

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,23 @@ sub name {
188188
return $self->attributes->{CN}->[0];
189189
}
190190

191+
=head2 nameid
192+
193+
Returns the NameID
194+
195+
=cut
196+
191197
sub nameid {
192198
my $self = shift;
193199
return $self->nameid_object->textContent;
194200
}
195201

202+
=head2 nameid
203+
204+
Returns the NameID Format
205+
206+
=cut
207+
196208
sub nameid_format {
197209
my $self = shift;
198210
return $self->nameid_object->getAttribute('Format');

0 commit comments

Comments
 (0)