Class: RSGem::Tasks::EnsureAuthor

Inherits:
Base
  • Object
show all
Defined in:
lib/rsgem/tasks/ensure_author.rb

Constant Summary collapse

OUTPUT =
OutputStruct.new(
  name: 'Ensure author',
  warning: :warning_message
)
TEMP_USERNAME =
'change_me'
TEMP_EMAIL =
'[email protected]'

Instance Attribute Summary

Attributes inherited from Base

#args, #context

Instance Method Summary collapse

Methods inherited from Base

#call, #initialize

Methods included from Output

#with_output

Constructor Details

This class inherits a constructor from RSGem::Tasks::Base

Instance Method Details

#performObject



13
14
15
# File 'lib/rsgem/tasks/ensure_author.rb', line 13

def perform
  ensure_author
end