Class: MilkTea::Formatter::CheckResult

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/formatter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changedObject (readonly)

Returns the value of attribute changed

Returns:

  • (Object)

    the current value of changed



10
11
12
# File 'lib/milk_tea/tooling/formatter.rb', line 10

def changed
  @changed
end

#formatted_sourceObject (readonly)

Returns the value of attribute formatted_source

Returns:

  • (Object)

    the current value of formatted_source



10
11
12
# File 'lib/milk_tea/tooling/formatter.rb', line 10

def formatted_source
  @formatted_source
end