Class: RailsVitals::Analyzers::SqlTokenizer::Result
- Inherits:
-
Struct
- Object
- Struct
- RailsVitals::Analyzers::SqlTokenizer::Result
- Defined in:
- lib/rails_vitals/analyzers/sql_tokenizer.rb
Instance Attribute Summary collapse
-
#complexity ⇒ Object
Returns the value of attribute complexity.
-
#complexity_label ⇒ Object
Returns the value of attribute complexity_label.
-
#repetition_bar ⇒ Object
Returns the value of attribute repetition_bar.
-
#repetition_count ⇒ Object
Returns the value of attribute repetition_count.
-
#risk ⇒ Object
Returns the value of attribute risk.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Instance Attribute Details
#complexity ⇒ Object
Returns the value of attribute complexity
172 173 174 |
# File 'lib/rails_vitals/analyzers/sql_tokenizer.rb', line 172 def complexity @complexity end |
#complexity_label ⇒ Object
Returns the value of attribute complexity_label
172 173 174 |
# File 'lib/rails_vitals/analyzers/sql_tokenizer.rb', line 172 def complexity_label @complexity_label end |
#repetition_bar ⇒ Object
Returns the value of attribute repetition_bar
172 173 174 |
# File 'lib/rails_vitals/analyzers/sql_tokenizer.rb', line 172 def @repetition_bar end |
#repetition_count ⇒ Object
Returns the value of attribute repetition_count
172 173 174 |
# File 'lib/rails_vitals/analyzers/sql_tokenizer.rb', line 172 def repetition_count @repetition_count end |
#risk ⇒ Object
Returns the value of attribute risk
172 173 174 |
# File 'lib/rails_vitals/analyzers/sql_tokenizer.rb', line 172 def risk @risk end |
#tokens ⇒ Object
Returns the value of attribute tokens
172 173 174 |
# File 'lib/rails_vitals/analyzers/sql_tokenizer.rb', line 172 def tokens @tokens end |