Class: MetzScan::Analyzers::ServiceSoup::ServiceCallPattern::Match
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::ServiceSoup::ServiceCallPattern::Match
- Defined in:
- lib/metz_scan/analyzers/service_soup/service_call_pattern.rb
Instance Attribute Summary collapse
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#service_name ⇒ Object
Returns the value of attribute service_name
7 8 9 |
# File 'lib/metz_scan/analyzers/service_soup/service_call_pattern.rb', line 7 def service_name @service_name end |
#style ⇒ Object
Returns the value of attribute style
7 8 9 |
# File 'lib/metz_scan/analyzers/service_soup/service_call_pattern.rb', line 7 def style @style end |