Class: Vizcore::CLISupport::PluginChecker::Check
- Inherits:
-
Struct
- Object
- Struct
- Vizcore::CLISupport::PluginChecker::Check
- Defined in:
- lib/vizcore/cli/plugin_checker.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
10 11 12 |
# File 'lib/vizcore/cli/plugin_checker.rb', line 10 def @message end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/vizcore/cli/plugin_checker.rb', line 10 def name @name end |
#status ⇒ Object
Returns the value of attribute status
10 11 12 |
# File 'lib/vizcore/cli/plugin_checker.rb', line 10 def status @status end |
Instance Method Details
#failure? ⇒ Boolean
11 12 13 |
# File 'lib/vizcore/cli/plugin_checker.rb', line 11 def failure? status == :fail end |