Class: Mxrb::Semantic::RenameChange
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::RenameChange
- Defined in:
- lib/mxrb/semantic/renamer.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
readonly
Returns the value of attribute after.
-
#artifact ⇒ Object
readonly
Returns the value of attribute artifact.
-
#before ⇒ Object
readonly
Returns the value of attribute before.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#unit_id ⇒ Object
readonly
Returns the value of attribute unit_id.
Instance Attribute Details
#after ⇒ Object (readonly)
Returns the value of attribute after
5 6 7 |
# File 'lib/mxrb/semantic/renamer.rb', line 5 def after @after end |
#artifact ⇒ Object (readonly)
Returns the value of attribute artifact
5 6 7 |
# File 'lib/mxrb/semantic/renamer.rb', line 5 def artifact @artifact end |
#before ⇒ Object (readonly)
Returns the value of attribute before
5 6 7 |
# File 'lib/mxrb/semantic/renamer.rb', line 5 def before @before end |
#path ⇒ Object (readonly)
Returns the value of attribute path
5 6 7 |
# File 'lib/mxrb/semantic/renamer.rb', line 5 def path @path end |
#unit_id ⇒ Object (readonly)
Returns the value of attribute unit_id
5 6 7 |
# File 'lib/mxrb/semantic/renamer.rb', line 5 def unit_id @unit_id end |