Method: TinyGQL::Nodes::Directive#initialize
- Defined in:
- lib/tinygql/nodes.rb
#initialize(pos, name, arguments) ⇒ Directive
Returns a new instance of Directive.
438 439 440 441 442 |
# File 'lib/tinygql/nodes.rb', line 438 def initialize pos, name, arguments super(pos) @name = name @arguments = arguments end |