Exception: Dailymile::UnprocessableEntity
- Inherits:
-
DailymileError
- Object
- StandardError
- DailymileError
- Dailymile::UnprocessableEntity
- Defined in:
- lib/dailymile.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ UnprocessableEntity
constructor
A new instance of UnprocessableEntity.
Constructor Details
#initialize(errors) ⇒ UnprocessableEntity
Returns a new instance of UnprocessableEntity.
26 27 28 29 |
# File 'lib/dailymile.rb', line 26 def initialize(errors) @errors = errors super end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
24 25 26 |
# File 'lib/dailymile.rb', line 24 def errors @errors end |