Class: Gitlab::ErrorTracking::ErrorRepository::Pagination
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::ErrorTracking::ErrorRepository::Pagination
- Defined in:
- lib/gitlab/error_tracking/error_repository.rb
Instance Attribute Summary collapse
-
#next ⇒ Object
Returns the value of attribute next.
-
#prev ⇒ Object
Returns the value of attribute prev.
Instance Attribute Details
#next ⇒ Object
Returns the value of attribute next
7 8 9 |
# File 'lib/gitlab/error_tracking/error_repository.rb', line 7 def next @next end |
#prev ⇒ Object
Returns the value of attribute prev
7 8 9 |
# File 'lib/gitlab/error_tracking/error_repository.rb', line 7 def prev @prev end |