Exception: OpenIDConnect::ValidationFailed
- Defined in:
- lib/openid_connect/exception.rb
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object) ⇒ ValidationFailed
constructor
A new instance of ValidationFailed.
Constructor Details
#initialize(object) ⇒ ValidationFailed
Returns a new instance of ValidationFailed.
7 8 9 10 |
# File 'lib/openid_connect/exception.rb', line 7 def initialize(object) super object.errors..to_sentence @object = object end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
5 6 7 |
# File 'lib/openid_connect/exception.rb', line 5 def object @object end |