Exception: BooticCli::Themes::APITheme::EntityErrors
- Inherits:
-
RequestFailed
- Object
- StandardError
- RequestFailed
- BooticCli::Themes::APITheme::EntityErrors
- Defined in:
- lib/bootic_cli/themes/api_theme.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ EntityErrors
constructor
A new instance of EntityErrors.
Constructor Details
#initialize(errors) ⇒ EntityErrors
Returns a new instance of EntityErrors.
43 44 45 46 |
# File 'lib/bootic_cli/themes/api_theme.rb', line 43 def initialize(errors) @errors = errors super "Entity has errors: #{errors.map(&:field).join(', ')}" end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
42 43 44 |
# File 'lib/bootic_cli/themes/api_theme.rb', line 42 def errors @errors end |