Exception: Dailymile::UnprocessableEntity
- Inherits:
-
DailymileException
- Object
- StandardError
- DailymileException
- Dailymile::UnprocessableEntity
- Defined in:
- lib/dailymile-client.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.
23 24 25 26 |
# File 'lib/dailymile-client.rb', line 23 def initialize(errors) @errors = errors super end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
21 22 23 |
# File 'lib/dailymile-client.rb', line 21 def errors @errors end |