Class: GQL::Field
Direct Known Subclasses
GQL::Fields::Boolean, GQL::Fields::Connection, GQL::Fields::Float, GQL::Fields::Integer, GQL::Fields::Object, GQL::Fields::String
Instance Attribute Summary
Attributes inherited from Node
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_value ⇒ Object
3 4 5 |
# File 'lib/gql/field.rb', line 3 def __raw_value __target end |