Class: Fast::SourceRewriter::Edit
- Inherits:
-
Struct
- Object
- Struct
- Fast::SourceRewriter::Edit
- Defined in:
- lib/fast/source_rewriter.rb
Instance Attribute Summary collapse
-
#begin_pos ⇒ Object
Returns the value of attribute begin_pos.
-
#content ⇒ Object
Returns the value of attribute content.
-
#end_pos ⇒ Object
Returns the value of attribute end_pos.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#order ⇒ Object
Returns the value of attribute order.
Instance Attribute Details
#begin_pos ⇒ Object
Returns the value of attribute begin_pos
7 8 9 |
# File 'lib/fast/source_rewriter.rb', line 7 def begin_pos @begin_pos end |
#content ⇒ Object
Returns the value of attribute content
7 8 9 |
# File 'lib/fast/source_rewriter.rb', line 7 def content @content end |
#end_pos ⇒ Object
Returns the value of attribute end_pos
7 8 9 |
# File 'lib/fast/source_rewriter.rb', line 7 def end_pos @end_pos end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/fast/source_rewriter.rb', line 7 def kind @kind end |
#order ⇒ Object
Returns the value of attribute order
7 8 9 |
# File 'lib/fast/source_rewriter.rb', line 7 def order @order end |