Class: GraphQL::Doctor::IR::ArgumentDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql/doctor/ir.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asObject

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def as
  @as
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def confidence
  @confidence
end

#default_valueObject

Returns the value of attribute default_value

Returns:

  • (Object)

    the current value of default_value



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def default_value
  @default_value
end

#definition_locationObject

Returns the value of attribute definition_location

Returns:

  • (Object)

    the current value of definition_location



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def definition_location
  @definition_location
end

#extrasObject

Returns the value of attribute extras

Returns:

  • (Object)

    the current value of extras



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def extras
  @extras
end

#field_nameObject

Returns the value of attribute field_name

Returns:

  • (Object)

    the current value of field_name



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def field_name
  @field_name
end

#graphql_nameObject

Returns the value of attribute graphql_name

Returns:

  • (Object)

    the current value of graphql_name



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def graphql_name
  @graphql_name
end

#loadsObject

Returns the value of attribute loads

Returns:

  • (Object)

    the current value of loads



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def loads
  @loads
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def owner
  @owner
end

#prepareObject

Returns the value of attribute prepare

Returns:

  • (Object)

    the current value of prepare



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def prepare
  @prepare
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def required
  @required
end

#ruby_nameObject

Returns the value of attribute ruby_name

Returns:

  • (Object)

    the current value of ruby_name



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def ruby_name
  @ruby_name
end

#type_expressionObject

Returns the value of attribute type_expression

Returns:

  • (Object)

    the current value of type_expression



12
13
14
# File 'lib/graphql/doctor/ir.rb', line 12

def type_expression
  @type_expression
end