Class: MetzScan::Analyzers::ServiceSoup::WorkflowCollector::Workflow

Inherits:
Struct
  • Object
show all
Defined in:
lib/metz_scan/analyzers/service_soup/workflow_collector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enclosing_nameObject

Returns the value of attribute enclosing_name

Returns:

  • (Object)

    the current value of enclosing_name



11
12
13
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11

def enclosing_name
  @enclosing_name
end

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



11
12
13
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11

def expression
  @expression
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



11
12
13
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11

def line
  @line
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



11
12
13
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11

def method_name
  @method_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11

def path
  @path
end

#service_callsObject

Returns the value of attribute service_calls

Returns:

  • (Object)

    the current value of service_calls



11
12
13
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11

def service_calls
  @service_calls
end