Class: MetzScan::Analyzers::ServiceSoup::WorkflowCollector::ServiceCall
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::ServiceSoup::WorkflowCollector::ServiceCall
- Defined in:
- lib/metz_scan/analyzers/service_soup/workflow_collector.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
13 14 15 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13 def expression @expression end |
#line ⇒ Object
Returns the value of attribute line
13 14 15 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13 def line @line end |
#path ⇒ Object
Returns the value of attribute path
13 14 15 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13 def path @path end |
#service_name ⇒ Object
Returns the value of attribute service_name
13 14 15 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13 def service_name @service_name end |
#style ⇒ Object
Returns the value of attribute style
13 14 15 |
# File 'lib/metz_scan/analyzers/service_soup/workflow_collector.rb', line 13 def style @style end |