Class: GemXray::ArchiveChecker::ArchiveResult
- Inherits:
-
Struct
- Object
- Struct
- GemXray::ArchiveChecker::ArchiveResult
- Defined in:
- lib/gemxray/archive_checker.rb
Instance Attribute Summary collapse
-
#archived ⇒ Object
Returns the value of attribute archived.
-
#error ⇒ Object
Returns the value of attribute error.
-
#owner_repo ⇒ Object
Returns the value of attribute owner_repo.
Instance Attribute Details
#archived ⇒ Object
Returns the value of attribute archived
12 13 14 |
# File 'lib/gemxray/archive_checker.rb', line 12 def archived @archived end |
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/gemxray/archive_checker.rb', line 12 def error @error end |
#owner_repo ⇒ Object
Returns the value of attribute owner_repo
12 13 14 |
# File 'lib/gemxray/archive_checker.rb', line 12 def owner_repo @owner_repo end |