Class: Gitlab::GithubImport::Client::Page
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::GithubImport::Client::Page
- Defined in:
- lib/gitlab/github_import/client.rb
Overview
A single page of data and the corresponding URL.
Instance Attribute Summary collapse
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#objects ⇒ Object
Returns the value of attribute objects
27 28 29 |
# File 'lib/gitlab/github_import/client.rb', line 27 def objects @objects end |
#url ⇒ Object
Returns the value of attribute url
27 28 29 |
# File 'lib/gitlab/github_import/client.rb', line 27 def url @url end |