Exception: AthenaHealth::ValidationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/athena_health/error.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#detailsObject (readonly)

Returns the value of attribute details.



10
11
12
# File 'lib/athena_health/error.rb', line 10

def details
  @details
end