Class: MetzScan::Analyzers::ServiceSoup::WorkflowCollector::ServiceCall

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

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



13
14
15
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13

def expression
  @expression
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



13
14
15
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13

def path
  @path
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



13
14
15
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13

def service_name
  @service_name
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



13
14
15
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13

def style
  @style
end