Class: Rock::CLI::ReleaseAdmin::Maintainers
- Inherits:
-
Struct
- Object
- Struct
- Rock::CLI::ReleaseAdmin::Maintainers
- Defined in:
- lib/rock/cli/release_admin.rb
Overview
Information about groups of authors/maintainers and the packages they are responsible for
Instance Attribute Summary collapse
-
#authors_of ⇒ Object
Returns the value of attribute authors_of.
-
#emails ⇒ Object
Returns the value of attribute emails.
-
#external_master_packages ⇒ Object
Returns the value of attribute external_master_packages.
-
#external_stable_packages ⇒ Object
Returns the value of attribute external_stable_packages.
-
#guessed_authors_of ⇒ Object
Returns the value of attribute guessed_authors_of.
-
#maintainers_of ⇒ Object
Returns the value of attribute maintainers_of.
-
#rock_master_packages ⇒ Object
Returns the value of attribute rock_master_packages.
-
#rock_stable_packages ⇒ Object
Returns the value of attribute rock_stable_packages.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Method Summary collapse
-
#initialize(emails) ⇒ Maintainers
constructor
A new instance of Maintainers.
Constructor Details
#initialize(emails) ⇒ Maintainers
Returns a new instance of Maintainers
357 358 359 360 361 362 363 |
# File 'lib/rock/cli/release_admin.rb', line 357 def initialize(emails) super(emails, Array.new, Array.new, Array.new, Array.new, Array.new, Array.new, Array.new, Hash.new) end |
Instance Attribute Details
#authors_of ⇒ Object
Returns the value of attribute authors_of
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def @authors_of end |
#emails ⇒ Object
Returns the value of attribute emails
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def emails @emails end |
#external_master_packages ⇒ Object
Returns the value of attribute external_master_packages
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def external_master_packages @external_master_packages end |
#external_stable_packages ⇒ Object
Returns the value of attribute external_stable_packages
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def external_stable_packages @external_stable_packages end |
#guessed_authors_of ⇒ Object
Returns the value of attribute guessed_authors_of
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def @guessed_authors_of end |
#maintainers_of ⇒ Object
Returns the value of attribute maintainers_of
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def maintainers_of @maintainers_of end |
#rock_master_packages ⇒ Object
Returns the value of attribute rock_master_packages
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def rock_master_packages @rock_master_packages end |
#rock_stable_packages ⇒ Object
Returns the value of attribute rock_stable_packages
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def rock_stable_packages @rock_stable_packages end |
#warnings ⇒ Object
Returns the value of attribute warnings
351 352 353 |
# File 'lib/rock/cli/release_admin.rb', line 351 def warnings @warnings end |