Class: MetzScan::Analyzers::RepeatedBranching::BranchSiteCollector::BranchSite

Inherits:
Struct
  • Object
show all
Defined in:
lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branch_valuesObject

Returns the value of attribute branch_values

Returns:

  • (Object)

    the current value of branch_values



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def branch_values
  @branch_values
end

#decisionObject

Returns the value of attribute decision

Returns:

  • (Object)

    the current value of decision



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def decision
  @decision
end

#enclosing_nameObject

Returns the value of attribute enclosing_name

Returns:

  • (Object)

    the current value of enclosing_name



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def enclosing_name
  @enclosing_name
end

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def expression
  @expression
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def kind
  @kind
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def line
  @line
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def method_name
  @method_name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def path
  @path
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



13
14
15
# File 'lib/metz_scan/analyzers/repeated_branching/branch_site_collector.rb', line 13

def signature
  @signature
end