Class: GraphQL::Modernize::Context
- Inherits:
-
Data
- Object
- Data
- GraphQL::Modernize::Context
- Defined in:
- lib/graphql/modernize/context_builder.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
readonly
Returns the value of attribute class_name.
-
#class_node ⇒ Object
readonly
Returns the value of attribute class_node.
-
#class_stack ⇒ Object
readonly
Returns the value of attribute class_stack.
-
#graphql_kind ⇒ Object
readonly
Returns the value of attribute graphql_kind.
-
#superclass ⇒ Object
readonly
Returns the value of attribute superclass.
Instance Attribute Details
#class_name ⇒ Object (readonly)
Returns the value of attribute class_name
5 6 7 |
# File 'lib/graphql/modernize/context_builder.rb', line 5 def class_name @class_name end |
#class_node ⇒ Object (readonly)
Returns the value of attribute class_node
5 6 7 |
# File 'lib/graphql/modernize/context_builder.rb', line 5 def class_node @class_node end |
#class_stack ⇒ Object (readonly)
Returns the value of attribute class_stack
5 6 7 |
# File 'lib/graphql/modernize/context_builder.rb', line 5 def class_stack @class_stack end |
#graphql_kind ⇒ Object (readonly)
Returns the value of attribute graphql_kind
5 6 7 |
# File 'lib/graphql/modernize/context_builder.rb', line 5 def graphql_kind @graphql_kind end |
#superclass ⇒ Object (readonly)
Returns the value of attribute superclass
5 6 7 |
# File 'lib/graphql/modernize/context_builder.rb', line 5 def superclass @superclass end |