Exception: BooticCli::Themes::APITheme::EntityErrors
- Inherits:
-
StandardError
- Object
- StandardError
- 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.
92 93 94 95 |
# File 'lib/bootic_cli/themes/api_theme.rb', line 92 def initialize(errors) @errors = errors super "Entity has errors: #{errors.map(&:field)}" end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
91 92 93 |
# File 'lib/bootic_cli/themes/api_theme.rb', line 91 def errors @errors end |