Class: GraphQL::Modernize::Rules::Pattern

Inherits:
Data
  • Object
show all
Defined in:
lib/graphql/modernize/rules/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compiledObject (readonly)

Returns the value of attribute compiled

Returns:

  • (Object)

    the current value of compiled



7
8
9
# File 'lib/graphql/modernize/rules/base.rb', line 7

def compiled
  @compiled
end

#handlerObject (readonly)

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



7
8
9
# File 'lib/graphql/modernize/rules/base.rb', line 7

def handler
  @handler
end

#node_typeObject (readonly)

Returns the value of attribute node_type

Returns:

  • (Object)

    the current value of node_type



7
8
9
# File 'lib/graphql/modernize/rules/base.rb', line 7

def node_type
  @node_type
end