Class: GraphQL::Modernize::SuppressionIndex::Directive

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql/modernize/suppression_index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



6
7
8
# File 'lib/graphql/modernize/suppression_index.rb', line 6

def action
  @action
end

#inlineObject

Returns the value of attribute inline

Returns:

  • (Object)

    the current value of inline



6
7
8
# File 'lib/graphql/modernize/suppression_index.rb', line 6

def inline
  @inline
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



6
7
8
# File 'lib/graphql/modernize/suppression_index.rb', line 6

def line
  @line
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



6
7
8
# File 'lib/graphql/modernize/suppression_index.rb', line 6

def location
  @location
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



6
7
8
# File 'lib/graphql/modernize/suppression_index.rb', line 6

def rules
  @rules
end

#usedObject

Returns the value of attribute used

Returns:

  • (Object)

    the current value of used



6
7
8
# File 'lib/graphql/modernize/suppression_index.rb', line 6

def used
  @used
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



6
7
8
# File 'lib/graphql/modernize/suppression_index.rb', line 6

def valid
  @valid
end