Exception: SAML::SAMLError
- Inherits:
-
StandardError
- Object
- StandardError
- SAML::SAMLError
- Defined in:
- lib/saml/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#level ⇒ Object
readonly
Returns the value of attribute level.
-
#tag ⇒ Object
readonly
Returns the value of attribute tag.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
5 6 7 |
# File 'lib/saml/errors.rb', line 5 def code @code end |
#context ⇒ Object (readonly)
Returns the value of attribute context.
5 6 7 |
# File 'lib/saml/errors.rb', line 5 def context @context end |
#level ⇒ Object (readonly)
Returns the value of attribute level.
5 6 7 |
# File 'lib/saml/errors.rb', line 5 def level @level end |
#tag ⇒ Object (readonly)
Returns the value of attribute tag.
5 6 7 |
# File 'lib/saml/errors.rb', line 5 def tag @tag end |