Exception: AthenaHealth::ValidationError
- Inherits:
-
StandardError
- Object
- StandardError
- AthenaHealth::ValidationError
- Defined in:
- lib/athena_health/error.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Instance Method Summary collapse
-
#initialize(details) ⇒ ValidationError
constructor
A new instance of ValidationError.
Constructor Details
#initialize(details) ⇒ ValidationError
Returns a new instance of ValidationError.
12 13 14 |
# File 'lib/athena_health/error.rb', line 12 def initialize(details) @details = details end |
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details.
10 11 12 |
# File 'lib/athena_health/error.rb', line 10 def details @details end |