Class: MetzScan::Analyzers::ServiceSoup::WorkflowCollector::Workflow
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::ServiceSoup::WorkflowCollector::Workflow
- Defined in:
- lib/metz_scan/analyzers/service_soup/workflow_collector.rb
Instance Attribute Summary collapse
-
#enclosing_name ⇒ Object
Returns the value of attribute enclosing_name.
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#service_calls ⇒ Object
Returns the value of attribute service_calls.
Instance Attribute Details
#enclosing_name ⇒ Object
Returns the value of attribute enclosing_name
11 12 13 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11 def enclosing_name @enclosing_name end |
#expression ⇒ Object
Returns the value of attribute expression
11 12 13 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11 def expression @expression end |
#line ⇒ Object
Returns the value of attribute line
11 12 13 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11 def line @line end |
#method_name ⇒ Object
Returns the value of attribute method_name
11 12 13 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11 def method_name @method_name end |
#name ⇒ Object
Returns the value of attribute name
11 12 13 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11 def name @name end |
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11 def path @path end |
#service_calls ⇒ Object
Returns the value of attribute service_calls
11 12 13 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 11 def service_calls @service_calls end |