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 URL.

Instance Attribute Summary collapse

Instance Attribute Details

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



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

def objects
  @objects
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



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

def url
  @url
end