Class: Gitlab::GithubImport::Client::Page

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/github_import/client.rb

Overview

A single page of data and the corresponding page number.

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



28
29
30
# File 'lib/gitlab/github_import/client.rb', line 28

def number
  @number
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



28
29
30
# File 'lib/gitlab/github_import/client.rb', line 28

def objects
  @objects
end