Class: Ast::Merge::FormattingRecommendationGate
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FormattingRecommendationGate
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#gate_id ⇒ Object
Returns the value of attribute gate_id.
-
#metrics ⇒ Object
Returns the value of attribute metrics.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#threshold ⇒ Object
Returns the value of attribute threshold.
-
#version ⇒ Object
Returns the value of attribute version.
-
#weights ⇒ Object
Returns the value of attribute weights.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
808 809 810 |
# File 'lib/ast/merge.rb', line 808 def diagnostics @diagnostics end |
#gate_id ⇒ Object
Returns the value of attribute gate_id
808 809 810 |
# File 'lib/ast/merge.rb', line 808 def gate_id @gate_id end |
#metrics ⇒ Object
Returns the value of attribute metrics
808 809 810 |
# File 'lib/ast/merge.rb', line 808 def metrics @metrics end |
#passed ⇒ Object
Returns the value of attribute passed
808 809 810 |
# File 'lib/ast/merge.rb', line 808 def passed @passed end |
#threshold ⇒ Object
Returns the value of attribute threshold
808 809 810 |
# File 'lib/ast/merge.rb', line 808 def threshold @threshold end |
#version ⇒ Object
Returns the value of attribute version
808 809 810 |
# File 'lib/ast/merge.rb', line 808 def version @version end |
#weights ⇒ Object
Returns the value of attribute weights
808 809 810 |
# File 'lib/ast/merge.rb', line 808 def weights @weights end |