Class: Evilution::SpecAstCache::Block
- Inherits:
-
Struct
- Object
- Struct
- Evilution::SpecAstCache::Block
- Defined in:
- lib/evilution/spec_ast_cache.rb
Instance Attribute Summary collapse
-
#body_text ⇒ Object
Returns the value of attribute body_text.
-
#end_line ⇒ Object
Returns the value of attribute end_line.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#body_text ⇒ Object
Returns the value of attribute body_text
7 8 9 |
# File 'lib/evilution/spec_ast_cache.rb', line 7 def body_text @body_text end |
#end_line ⇒ Object
Returns the value of attribute end_line
7 8 9 |
# File 'lib/evilution/spec_ast_cache.rb', line 7 def end_line @end_line end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/evilution/spec_ast_cache.rb', line 7 def kind @kind end |
#line ⇒ Object
Returns the value of attribute line
7 8 9 |
# File 'lib/evilution/spec_ast_cache.rb', line 7 def line @line end |