Class: Mxrb::Semantic::RenameChange

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/semantic/renamer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject (readonly)

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



5
6
7
# File 'lib/mxrb/semantic/renamer.rb', line 5

def after
  @after
end

#artifactObject (readonly)

Returns the value of attribute artifact

Returns:

  • (Object)

    the current value of artifact



5
6
7
# File 'lib/mxrb/semantic/renamer.rb', line 5

def artifact
  @artifact
end

#beforeObject (readonly)

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



5
6
7
# File 'lib/mxrb/semantic/renamer.rb', line 5

def before
  @before
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/mxrb/semantic/renamer.rb', line 5

def path
  @path
end

#unit_idObject (readonly)

Returns the value of attribute unit_id

Returns:

  • (Object)

    the current value of unit_id



5
6
7
# File 'lib/mxrb/semantic/renamer.rb', line 5

def unit_id
  @unit_id
end