Class: GithubActivities::Command
- Inherits:
-
Thor
- Object
- Thor
- GithubActivities::Command
- Defined in:
- lib/github_activities/command.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
14 15 16 17 |
# File 'lib/github_activities/command.rb', line 14 def get hello = GithubActivities::CommentAndReaction.new hello.get() end |
#milestones ⇒ Object
24 25 26 27 |
# File 'lib/github_activities/command.rb', line 24 def milestones hello = GithubActivities::Milestones.new hello.get() end |