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.



100
101
102
103
# File 'lib/bootic_cli/themes/api_theme.rb', line 100

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

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors.



99
100
101
# File 'lib/bootic_cli/themes/api_theme.rb', line 99

def errors
  @errors
end