Class: Rock::CLI::ReleaseAdmin::Maintainers

Inherits:
Struct
  • Object
show all
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

Instance Method Summary collapse

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_ofObject

Returns the value of attribute authors_of

Returns:

  • (Object)

    the current value of authors_of



351
352
353
# File 'lib/rock/cli/release_admin.rb', line 351

def authors_of
  @authors_of
end

#emailsObject

Returns the value of attribute emails

Returns:

  • (Object)

    the current value of emails



351
352
353
# File 'lib/rock/cli/release_admin.rb', line 351

def emails
  @emails
end

#external_master_packagesObject

Returns the value of attribute external_master_packages

Returns:

  • (Object)

    the current value of 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_packagesObject

Returns the value of attribute external_stable_packages

Returns:

  • (Object)

    the current value of 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_ofObject

Returns the value of attribute guessed_authors_of

Returns:

  • (Object)

    the current value of guessed_authors_of



351
352
353
# File 'lib/rock/cli/release_admin.rb', line 351

def guessed_authors_of
  @guessed_authors_of
end

#maintainers_ofObject

Returns the value of attribute maintainers_of

Returns:

  • (Object)

    the current value of maintainers_of



351
352
353
# File 'lib/rock/cli/release_admin.rb', line 351

def maintainers_of
  @maintainers_of
end

#rock_master_packagesObject

Returns the value of attribute rock_master_packages

Returns:

  • (Object)

    the current value of 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_packagesObject

Returns the value of attribute rock_stable_packages

Returns:

  • (Object)

    the current value of rock_stable_packages



351
352
353
# File 'lib/rock/cli/release_admin.rb', line 351

def rock_stable_packages
  @rock_stable_packages
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



351
352
353
# File 'lib/rock/cli/release_admin.rb', line 351

def warnings
  @warnings
end