Class: Evilution::SpecAstCache::Block

Inherits:
Struct
  • Object
show all
Defined in:
lib/evilution/spec_ast_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_textObject

Returns the value of attribute body_text

Returns:

  • (Object)

    the current value of body_text



7
8
9
# File 'lib/evilution/spec_ast_cache.rb', line 7

def body_text
  @body_text
end

#end_lineObject

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



7
8
9
# File 'lib/evilution/spec_ast_cache.rb', line 7

def end_line
  @end_line
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/evilution/spec_ast_cache.rb', line 7

def kind
  @kind
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



7
8
9
# File 'lib/evilution/spec_ast_cache.rb', line 7

def line
  @line
end