Class: Vizcore::CLISupport::SceneValidator::Issue
- Inherits:
-
Struct
- Object
- Struct
- Vizcore::CLISupport::SceneValidator::Issue
- Defined in:
- lib/vizcore/cli/scene_validator.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
24 25 26 |
# File 'lib/vizcore/cli/scene_validator.rb', line 24 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
24 25 26 |
# File 'lib/vizcore/cli/scene_validator.rb', line 24 def severity @severity end |
Instance Method Details
#error? ⇒ Boolean
25 26 27 |
# File 'lib/vizcore/cli/scene_validator.rb', line 25 def error? severity == :error end |