Class: Ellen::Github::Actions::Remember

Inherits:
Base
  • Object
show all
Defined in:
lib/ellen/github/actions/remember.rb

Constant Summary

Constants inherited from Base

Base::NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#message

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ellen::Github::Actions::Base

Instance Method Details

#callObject



5
6
7
8
# File 'lib/ellen/github/actions/remember.rb', line 5

def call
  remember
  report
end