Class: IterNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/doppelganger/extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asgn_nodeObject

Returns the value of attribute asgn_node

Returns:

  • (Object)

    the current value of asgn_node



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def asgn_node
  @asgn_node
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def body
  @body
end

#call_nodeObject

Returns the value of attribute call_node

Returns:

  • (Object)

    the current value of call_node



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def call_node
  @call_node
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def filename
  @filename
end

#flat_body_arrayObject

Returns the value of attribute flat_body_array

Returns:

  • (Object)

    the current value of flat_body_array



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def flat_body_array
  @flat_body_array
end

#last_lineObject

Returns the value of attribute last_line

Returns:

  • (Object)

    the current value of last_line



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def last_line
  @last_line
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def line
  @line
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



5
6
7
# File 'lib/doppelganger/extractor.rb', line 5

def node
  @node
end