Class: GraphQL::Modernize::SuppressionIndex::Directive
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Modernize::SuppressionIndex::Directive
- Defined in:
- lib/graphql/modernize/suppression_index.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#inline ⇒ Object
Returns the value of attribute inline.
-
#line ⇒ Object
Returns the value of attribute line.
-
#location ⇒ Object
Returns the value of attribute location.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#used ⇒ Object
Returns the value of attribute used.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
6 7 8 |
# File 'lib/graphql/modernize/suppression_index.rb', line 6 def action @action end |
#inline ⇒ Object
Returns the value of attribute inline
6 7 8 |
# File 'lib/graphql/modernize/suppression_index.rb', line 6 def inline @inline end |
#line ⇒ Object
Returns the value of attribute line
6 7 8 |
# File 'lib/graphql/modernize/suppression_index.rb', line 6 def line @line end |
#location ⇒ Object
Returns the value of attribute location
6 7 8 |
# File 'lib/graphql/modernize/suppression_index.rb', line 6 def location @location end |
#rules ⇒ Object
Returns the value of attribute rules
6 7 8 |
# File 'lib/graphql/modernize/suppression_index.rb', line 6 def rules @rules end |
#used ⇒ Object
Returns the value of attribute used
6 7 8 |
# File 'lib/graphql/modernize/suppression_index.rb', line 6 def used @used end |
#valid ⇒ Object
Returns the value of attribute valid
6 7 8 |
# File 'lib/graphql/modernize/suppression_index.rb', line 6 def valid @valid end |