Class: Hanami::CLI::Commands::App::DB::Utils::Sqlite::Failure Private
- Inherits:
-
Struct
- Object
- Struct
- Hanami::CLI::Commands::App::DB::Utils::Sqlite::Failure
- Defined in:
- lib/hanami/cli/commands/app/db/utils/sqlite.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#err ⇒ Object
Returns the value of attribute err.
Instance Method Summary collapse
- #exit_code ⇒ Object private
- #successful? ⇒ Boolean private
Instance Attribute Details
#err ⇒ Object
Returns the value of attribute err
16 17 18 |
# File 'lib/hanami/cli/commands/app/db/utils/sqlite.rb', line 16 def err @err end |
Instance Method Details
#exit_code ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
21 22 23 |
# File 'lib/hanami/cli/commands/app/db/utils/sqlite.rb', line 21 def exit_code 1 end |
#successful? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 |
# File 'lib/hanami/cli/commands/app/db/utils/sqlite.rb', line 17 def successful? false end |