Class: GemXray::ArchiveChecker::ArchiveResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemxray/archive_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#archivedObject

Returns the value of attribute archived

Returns:

  • (Object)

    the current value of archived



12
13
14
# File 'lib/gemxray/archive_checker.rb', line 12

def archived
  @archived
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



12
13
14
# File 'lib/gemxray/archive_checker.rb', line 12

def error
  @error
end

#owner_repoObject

Returns the value of attribute owner_repo

Returns:

  • (Object)

    the current value of owner_repo



12
13
14
# File 'lib/gemxray/archive_checker.rb', line 12

def owner_repo
  @owner_repo
end