Class: Ellen::Handlers::Github
- Inherits:
-
Base
- Object
- Base
- Ellen::Handlers::Github
- Defined in:
- lib/ellen/handlers/github.rb
Instance Method Summary collapse
Instance Method Details
#create_issue(message) ⇒ Object
10 11 12 |
# File 'lib/ellen/handlers/github.rb', line 10 def create_issue() client.create_issue([:repo], [:title], nil) end |