Class: Audition::Fixer::Plan
- Inherits:
-
Data
- Object
- Data
- Audition::Fixer::Plan
- Defined in:
- lib/audition/fixer.rb
Instance Attribute Summary collapse
-
#edits ⇒ Object
readonly
Returns the value of attribute edits.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#edits ⇒ Object (readonly)
Returns the value of attribute edits
12 13 14 |
# File 'lib/audition/fixer.rb', line 12 def edits @edits end |
#path ⇒ Object (readonly)
Returns the value of attribute path
12 13 14 |
# File 'lib/audition/fixer.rb', line 12 def path @path end |
#source ⇒ Object (readonly)
Returns the value of attribute source
12 13 14 |
# File 'lib/audition/fixer.rb', line 12 def source @source end |