Class: PoolLint::SettingChange

Inherits:
Struct
  • Object
show all
Defined in:
lib/poollint/report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#baselineObject

Returns the value of attribute baseline

Returns:

  • (Object)

    the current value of baseline



4
5
6
# File 'lib/poollint/report.rb', line 4

def baseline
  @baseline
end

#comparisonObject

Returns the value of attribute comparison

Returns:

  • (Object)

    the current value of comparison



4
5
6
# File 'lib/poollint/report.rb', line 4

def comparison
  @comparison
end

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



4
5
6
# File 'lib/poollint/report.rb', line 4

def current
  @current
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/poollint/report.rb', line 4

def name
  @name
end

#reset_valueObject

Returns the value of attribute reset_value

Returns:

  • (Object)

    the current value of reset_value



4
5
6
# File 'lib/poollint/report.rb', line 4

def reset_value
  @reset_value
end