Class: Graphlyte::Syntax::Directive

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphlyte/syntax.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



54
55
56
# File 'lib/graphlyte/syntax.rb', line 54

def arguments
  @arguments
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



54
55
56
# File 'lib/graphlyte/syntax.rb', line 54

def name
  @name
end