Class: Graphlyte::Syntax::InlineFragment

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#directivesObject

Returns the value of attribute directives

Returns:

  • (Object)

    the current value of directives



101
102
103
# File 'lib/graphlyte/syntax.rb', line 101

def directives
  @directives
end

#selectionObject

Returns the value of attribute selection

Returns:

  • (Object)

    the current value of selection



101
102
103
# File 'lib/graphlyte/syntax.rb', line 101

def selection
  @selection
end

#type_nameObject

Returns the value of attribute type_name

Returns:

  • (Object)

    the current value of type_name



101
102
103
# File 'lib/graphlyte/syntax.rb', line 101

def type_name
  @type_name
end

Instance Method Details

#simple?Boolean

Returns:

  • (Boolean)


102
103
104
# File 'lib/graphlyte/syntax.rb', line 102

def simple?
  false
end