Class: Canon::DiffFormatter::Theme::ValidationResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/canon/diff_formatter/theme.rb

Overview

Validation result

Instance Attribute Summary collapse

Instance Attribute Details

#extra_keysObject

Returns the value of attribute extra_keys

Returns:

  • (Object)

    the current value of extra_keys



521
522
523
# File 'lib/canon/diff_formatter/theme.rb', line 521

def extra_keys
  @extra_keys
end

#invalid_valuesObject

Returns the value of attribute invalid_values

Returns:

  • (Object)

    the current value of invalid_values



521
522
523
# File 'lib/canon/diff_formatter/theme.rb', line 521

def invalid_values
  @invalid_values
end

#missing_keysObject

Returns the value of attribute missing_keys

Returns:

  • (Object)

    the current value of missing_keys



521
522
523
# File 'lib/canon/diff_formatter/theme.rb', line 521

def missing_keys
  @missing_keys
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



521
522
523
# File 'lib/canon/diff_formatter/theme.rb', line 521

def valid
  @valid
end