Class: Relay::Connection::PageInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#endCursorObject

Returns the value of attribute endCursor

Returns:

  • (Object)

    the current value of endCursor



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

def endCursor
  @endCursor
end

#hasNextPageObject

Returns the value of attribute hasNextPage

Returns:

  • (Object)

    the current value of hasNextPage



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

def hasNextPage
  @hasNextPage
end

#hasPreviousPageObject

Returns the value of attribute hasPreviousPage

Returns:

  • (Object)

    the current value of hasPreviousPage



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

def hasPreviousPage
  @hasPreviousPage
end

#startCursorObject

Returns the value of attribute startCursor

Returns:

  • (Object)

    the current value of startCursor



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

def startCursor
  @startCursor
end