Class: Audition::Fixer::Plan

Inherits:
Data
  • Object
show all
Defined in:
lib/audition/fixer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#editsObject (readonly)

Returns the value of attribute edits

Returns:

  • (Object)

    the current value of edits



12
13
14
# File 'lib/audition/fixer.rb', line 12

def edits
  @edits
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/audition/fixer.rb', line 12

def path
  @path
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



12
13
14
# File 'lib/audition/fixer.rb', line 12

def source
  @source
end