Class: Canon::DiffFormatter::Theme::ValidationResult
- Inherits:
-
Struct
- Object
- Struct
- Canon::DiffFormatter::Theme::ValidationResult
- Defined in:
- lib/canon/diff_formatter/theme.rb
Overview
Validation result
Instance Attribute Summary collapse
-
#extra_keys ⇒ Object
Returns the value of attribute extra_keys.
-
#invalid_values ⇒ Object
Returns the value of attribute invalid_values.
-
#missing_keys ⇒ Object
Returns the value of attribute missing_keys.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#extra_keys ⇒ Object
Returns the value of attribute extra_keys
521 522 523 |
# File 'lib/canon/diff_formatter/theme.rb', line 521 def extra_keys @extra_keys end |
#invalid_values ⇒ Object
Returns the value of attribute invalid_values
521 522 523 |
# File 'lib/canon/diff_formatter/theme.rb', line 521 def invalid_values @invalid_values end |
#missing_keys ⇒ Object
Returns the value of attribute missing_keys
521 522 523 |
# File 'lib/canon/diff_formatter/theme.rb', line 521 def missing_keys @missing_keys end |
#valid ⇒ Object
Returns the value of attribute valid
521 522 523 |
# File 'lib/canon/diff_formatter/theme.rb', line 521 def valid @valid end |