Class: GraphQL::Modernize::Context

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

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject (readonly)

Returns the value of attribute class_name

Returns:

  • (Object)

    the current value of class_name



5
6
7
# File 'lib/graphql/modernize/context_builder.rb', line 5

def class_name
  @class_name
end

#class_nodeObject (readonly)

Returns the value of attribute class_node

Returns:

  • (Object)

    the current value of class_node



5
6
7
# File 'lib/graphql/modernize/context_builder.rb', line 5

def class_node
  @class_node
end

#class_stackObject (readonly)

Returns the value of attribute class_stack

Returns:

  • (Object)

    the current value of class_stack



5
6
7
# File 'lib/graphql/modernize/context_builder.rb', line 5

def class_stack
  @class_stack
end

#graphql_kindObject (readonly)

Returns the value of attribute graphql_kind

Returns:

  • (Object)

    the current value of graphql_kind



5
6
7
# File 'lib/graphql/modernize/context_builder.rb', line 5

def graphql_kind
  @graphql_kind
end

#superclassObject (readonly)

Returns the value of attribute superclass

Returns:

  • (Object)

    the current value of superclass



5
6
7
# File 'lib/graphql/modernize/context_builder.rb', line 5

def superclass
  @superclass
end