Class: GQL::Field

Inherits:
Node
  • Object
show all
Defined in:
lib/gql/field.rb

Instance Attribute Summary

Attributes inherited from Node

#__context, #__target

Instance Method Summary collapse

Methods inherited from Node

#__value, call, cursor, field, fields, #initialize, method_missing, #method_missing

Constructor Details

This class inherits a constructor from GQL::Node

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class GQL::Node

Instance Method Details

#__raw_valueObject



3
4
5
# File 'lib/gql/field.rb', line 3

def __raw_value
  __target
end