Class: MilkTea::Formatter::CheckResult
- Inherits:
-
Data
- Object
- Data
- MilkTea::Formatter::CheckResult
- Defined in:
- lib/milk_tea/tooling/formatter.rb
Instance Attribute Summary collapse
-
#changed ⇒ Object
readonly
Returns the value of attribute changed.
-
#formatted_source ⇒ Object
readonly
Returns the value of attribute formatted_source.
Instance Attribute Details
#changed ⇒ Object (readonly)
Returns the value of attribute changed
10 11 12 |
# File 'lib/milk_tea/tooling/formatter.rb', line 10 def changed @changed end |
#formatted_source ⇒ Object (readonly)
Returns the value of attribute formatted_source
10 11 12 |
# File 'lib/milk_tea/tooling/formatter.rb', line 10 def formatted_source @formatted_source end |