We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f9dcd9 + bfb5d2a commit 4efb76eCopy full SHA for 4efb76e
1 file changed
lib/onelogin/ruby-saml/attributes.rb
@@ -79,7 +79,7 @@ def [](name)
79
self.class.single_value_compatibility ? single(canonize_name(name)) : multi(canonize_name(name))
80
end
81
82
- # @return [Array] Return all attributes as an array
+ # @return [Hash] Return all attributes as a hash
83
#
84
def all
85
attributes
0 commit comments