Class: Agoo::GraphQL::Arg

Inherits:
Object
  • Object
show all
Defined in:
lib/agoo/graphql/arg.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueObject

Returns the value of attribute default_value.



9
10
11
# File 'lib/agoo/graphql/arg.rb', line 9

def default_value
  @default_value
end

#descriptionObject

Returns the value of attribute description.



7
8
9
# File 'lib/agoo/graphql/arg.rb', line 7

def description
  @description
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/agoo/graphql/arg.rb', line 6

def name
  @name
end

#type_nameObject

Returns the value of attribute type_name.



8
9
10
# File 'lib/agoo/graphql/arg.rb', line 8

def type_name
  @type_name
end