Exception: BooticCli::Themes::APITheme::EntityErrors

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bootic_cli/themes/api_theme.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#errorsObject (readonly)

Returns the value of attribute errors.



91
92
93
# File 'lib/bootic_cli/themes/api_theme.rb', line 91

def errors
  @errors
end