Class: GraphQL::Doctor::IR::ArgumentDefinition
- Inherits:
-
Struct
- Object
- Struct
- GraphQL::Doctor::IR::ArgumentDefinition
- Defined in:
- lib/graphql/doctor/ir.rb
Instance Attribute Summary collapse
-
#as ⇒ Object
Returns the value of attribute as.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#default_value ⇒ Object
Returns the value of attribute default_value.
-
#definition_location ⇒ Object
Returns the value of attribute definition_location.
-
#extras ⇒ Object
Returns the value of attribute extras.
-
#field_name ⇒ Object
Returns the value of attribute field_name.
-
#graphql_name ⇒ Object
Returns the value of attribute graphql_name.
-
#loads ⇒ Object
Returns the value of attribute loads.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#prepare ⇒ Object
Returns the value of attribute prepare.
-
#required ⇒ Object
Returns the value of attribute required.
-
#ruby_name ⇒ Object
Returns the value of attribute ruby_name.
-
#type_expression ⇒ Object
Returns the value of attribute type_expression.
Instance Attribute Details
#as ⇒ Object
Returns the value of attribute as
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def as @as end |
#confidence ⇒ Object
Returns the value of attribute confidence
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def confidence @confidence end |
#default_value ⇒ Object
Returns the value of attribute default_value
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def default_value @default_value end |
#definition_location ⇒ Object
Returns the value of attribute definition_location
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def definition_location @definition_location end |
#extras ⇒ Object
Returns the value of attribute extras
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def extras @extras end |
#field_name ⇒ Object
Returns the value of attribute field_name
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def field_name @field_name end |
#graphql_name ⇒ Object
Returns the value of attribute graphql_name
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def graphql_name @graphql_name end |
#loads ⇒ Object
Returns the value of attribute loads
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def loads @loads end |
#owner ⇒ Object
Returns the value of attribute owner
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def owner @owner end |
#prepare ⇒ Object
Returns the value of attribute prepare
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def prepare @prepare end |
#required ⇒ Object
Returns the value of attribute required
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def required @required end |
#ruby_name ⇒ Object
Returns the value of attribute ruby_name
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def ruby_name @ruby_name end |
#type_expression ⇒ Object
Returns the value of attribute type_expression
12 13 14 |
# File 'lib/graphql/doctor/ir.rb', line 12 def type_expression @type_expression end |