Class: Moult::FlagScanner::CallSite
- Inherits:
-
Struct
- Object
- Struct
- Moult::FlagScanner::CallSite
- Defined in:
- lib/moult/flag_scanner.rb
Overview
One detected OpenFeature flag-evaluation call site. flag_key is nil when the
key is not a string/symbol literal (a dynamic reference: counted by the
report, never catalogued, since a static scan cannot resolve it).
Instance Attribute Summary collapse
-
#default_value ⇒ Object
Returns the value of attribute default_value.
-
#flag_key ⇒ Object
Returns the value of attribute flag_key.
-
#line ⇒ Object
Returns the value of attribute line.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#value_type ⇒ Object
Returns the value of attribute value_type.
Instance Attribute Details
#default_value ⇒ Object
Returns the value of attribute default_value
60 61 62 |
# File 'lib/moult/flag_scanner.rb', line 60 def default_value @default_value end |
#flag_key ⇒ Object
Returns the value of attribute flag_key
60 61 62 |
# File 'lib/moult/flag_scanner.rb', line 60 def flag_key @flag_key end |
#line ⇒ Object
Returns the value of attribute line
60 61 62 |
# File 'lib/moult/flag_scanner.rb', line 60 def line @line end |
#method_name ⇒ Object
Returns the value of attribute method_name
60 61 62 |
# File 'lib/moult/flag_scanner.rb', line 60 def method_name @method_name end |
#path ⇒ Object
Returns the value of attribute path
60 61 62 |
# File 'lib/moult/flag_scanner.rb', line 60 def path @path end |
#value_type ⇒ Object
Returns the value of attribute value_type
60 61 62 |
# File 'lib/moult/flag_scanner.rb', line 60 def value_type @value_type end |