Class: Ellen::Github::Actions::Base
- Inherits:
-
Object
- Object
- Ellen::Github::Actions::Base
- Defined in:
- lib/ellen/github/actions/base.rb
Direct Known Subclasses
Constant Summary collapse
- NAMESPACE =
"github"
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
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
11 12 13 14 |
# File 'lib/ellen/github/actions/base.rb', line 11 def initialize() = [:message] @robot = [:robot] end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
9 10 11 |
# File 'lib/ellen/github/actions/base.rb', line 9 def end |
#robot ⇒ Object (readonly)
Returns the value of attribute robot.
9 10 11 |
# File 'lib/ellen/github/actions/base.rb', line 9 def robot @robot end |