Class: FluidCLI::Theme::SchemaValidator::Diagnostic
- Inherits:
-
Struct
- Object
- Struct
- FluidCLI::Theme::SchemaValidator::Diagnostic
- Defined in:
- lib/fluid_cli/theme/schema_validator.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
9 10 11 |
# File 'lib/fluid_cli/theme/schema_validator.rb', line 9 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
9 10 11 |
# File 'lib/fluid_cli/theme/schema_validator.rb', line 9 def severity @severity end |