Class: Gitlab::GithubGistsImport::Importer::GistsImporter::RESULT_CONTEXT

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/github_gists_import/importer/gists_importer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



10
11
12
# File 'lib/gitlab/github_gists_import/importer/gists_importer.rb', line 10

def error
  @error
end

#next_attempt_inObject

Returns the value of attribute next_attempt_in

Returns:

  • (Object)

    the current value of next_attempt_in



10
11
12
# File 'lib/gitlab/github_gists_import/importer/gists_importer.rb', line 10

def next_attempt_in
  @next_attempt_in
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



10
11
12
# File 'lib/gitlab/github_gists_import/importer/gists_importer.rb', line 10

def success?
  @success?
end

#waiterObject

Returns the value of attribute waiter

Returns:

  • (Object)

    the current value of waiter



10
11
12
# File 'lib/gitlab/github_gists_import/importer/gists_importer.rb', line 10

def waiter
  @waiter
end