Class: Ellen::Github::Actions::Remember
- Defined in:
- lib/ellen/github/actions/remember.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#robot ⇒ Object
readonly
Returns the value of attribute robot.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options) ⇒ Remember
constructor
A new instance of Remember.
Constructor Details
#initialize(options) ⇒ Remember
Returns a new instance of Remember.
7 8 9 10 |
# File 'lib/ellen/github/actions/remember.rb', line 7 def initialize() @message = [:message] @robot = [:robot] end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
5 6 7 |
# File 'lib/ellen/github/actions/remember.rb', line 5 def @message end |
#robot ⇒ Object (readonly)
Returns the value of attribute robot.
5 6 7 |
# File 'lib/ellen/github/actions/remember.rb', line 5 def robot @robot end |
Instance Method Details
#call ⇒ Object
12 13 14 15 |
# File 'lib/ellen/github/actions/remember.rb', line 12 def call remember report end |