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.



54
55
56
57
# File 'lib/bootic_cli/themes/api_theme.rb', line 54

def initialize(errors)
  @errors = errors
  super "Entity has errors: #{errors.map(&:field)}"
end

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors.



53
54
55
# File 'lib/bootic_cli/themes/api_theme.rb', line 53

def errors
  @errors
end