Class: Agoo::GraphQL::Arg
- Inherits:
-
Object
- Object
- Agoo::GraphQL::Arg
- Defined in:
- lib/agoo/graphql/arg.rb
Instance Attribute Summary collapse
-
#default_value ⇒ Object
Returns the value of attribute default_value.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type_name ⇒ Object
Returns the value of attribute type_name.
Instance Attribute Details
#default_value ⇒ Object
Returns the value of attribute default_value.
9 10 11 |
# File 'lib/agoo/graphql/arg.rb', line 9 def default_value @default_value end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/agoo/graphql/arg.rb', line 7 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/agoo/graphql/arg.rb', line 6 def name @name end |
#type_name ⇒ Object
Returns the value of attribute type_name.
8 9 10 |
# File 'lib/agoo/graphql/arg.rb', line 8 def type_name @type_name end |