Class: GraphQL::Modernize::SchemaCall
- Inherits:
-
Data
- Object
- Data
- GraphQL::Modernize::SchemaCall
- Defined in:
- lib/graphql/modernize/class_hierarchy.rb
Instance Attribute Summary collapse
-
#direct ⇒ Object
readonly
Returns the value of attribute direct.
-
#first_argument ⇒ Object
readonly
Returns the value of attribute first_argument.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#start_offset ⇒ Object
readonly
Returns the value of attribute start_offset.
Instance Attribute Details
#direct ⇒ Object (readonly)
Returns the value of attribute direct
7 8 9 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 7 def direct @direct end |
#first_argument ⇒ Object (readonly)
Returns the value of attribute first_argument
7 8 9 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 7 def first_argument @first_argument end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 7 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
7 8 9 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 7 def path @path end |
#start_offset ⇒ Object (readonly)
Returns the value of attribute start_offset
7 8 9 |
# File 'lib/graphql/modernize/class_hierarchy.rb', line 7 def start_offset @start_offset end |