Class: Graphlyte::Syntax::Directive
- Inherits:
-
Struct
- Object
- Struct
- Graphlyte::Syntax::Directive
- Defined in:
- lib/graphlyte/syntax.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
54 55 56 |
# File 'lib/graphlyte/syntax.rb', line 54 def arguments @arguments end |
#name ⇒ Object
Returns the value of attribute name
54 55 56 |
# File 'lib/graphlyte/syntax.rb', line 54 def name @name end |