Class: GithubActivities::Command

Inherits:
Thor
  • Object
show all
Defined in:
lib/github_activities/command.rb

Instance Method Summary collapse

Instance Method Details

#getObject



14
15
16
17
# File 'lib/github_activities/command.rb', line 14

def get
  hello = GithubActivities::CommentAndReaction.new
  hello.get(options)
end

#milestonesObject



24
25
26
27
# File 'lib/github_activities/command.rb', line 24

def milestones
  hello = GithubActivities::Milestones.new
  hello.get(options)
end