Class: Gitlab::ErrorTracking::ErrorRepository::Pagination

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/error_tracking/error_repository.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



7
8
9
# File 'lib/gitlab/error_tracking/error_repository.rb', line 7

def next
  @next
end

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



7
8
9
# File 'lib/gitlab/error_tracking/error_repository.rb', line 7

def prev
  @prev
end