Exception: SAML::SAMLError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/saml/errors.rb

Direct Known Subclasses

FormError, UserAttributeError

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code.



5
6
7
# File 'lib/saml/errors.rb', line 5

def code
  @code
end

#contextObject (readonly)

Returns the value of attribute context.



5
6
7
# File 'lib/saml/errors.rb', line 5

def context
  @context
end

#levelObject (readonly)

Returns the value of attribute level.



5
6
7
# File 'lib/saml/errors.rb', line 5

def level
  @level
end

#tagObject (readonly)

Returns the value of attribute tag.



5
6
7
# File 'lib/saml/errors.rb', line 5

def tag
  @tag
end