Class: Relay::Connection::ArrayConnection

Inherits:
Struct
  • Object
show all
Defined in:
lib/relay/connection/array.rb

Instance Attribute Summary collapse

Instance Attribute Details

#edgesObject

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



10
11
12
# File 'lib/relay/connection/array.rb', line 10

def edges
  @edges
end

#pageInfoObject

Returns the value of attribute pageInfo

Returns:

  • (Object)

    the current value of pageInfo



10
11
12
# File 'lib/relay/connection/array.rb', line 10

def pageInfo
  @pageInfo
end