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