Class: Graphlyte::Syntax::InlineFragment
- Inherits:
-
Struct
- Object
- Struct
- Graphlyte::Syntax::InlineFragment
- Defined in:
- lib/graphlyte/syntax.rb
Instance Attribute Summary collapse
-
#directives ⇒ Object
Returns the value of attribute directives.
-
#selection ⇒ Object
Returns the value of attribute selection.
-
#type_name ⇒ Object
Returns the value of attribute type_name.
Instance Method Summary collapse
Instance Attribute Details
#directives ⇒ Object
Returns the value of attribute directives
101 102 103 |
# File 'lib/graphlyte/syntax.rb', line 101 def directives @directives end |
#selection ⇒ Object
Returns the value of attribute selection
101 102 103 |
# File 'lib/graphlyte/syntax.rb', line 101 def selection @selection end |
#type_name ⇒ Object
Returns the value of attribute type_name
101 102 103 |
# File 'lib/graphlyte/syntax.rb', line 101 def type_name @type_name end |
Instance Method Details
#simple? ⇒ Boolean
102 103 104 |
# File 'lib/graphlyte/syntax.rb', line 102 def simple? false end |