class GithubActivities::Command

Public Instance Methods

get() click to toggle source
# File lib/github_activities/command.rb, line 14
def get
  hello = GithubActivities::CommentAndReaction.new
  hello.get(options)
end
milestones() click to toggle source
# File lib/github_activities/command.rb, line 24
def milestones
  hello = GithubActivities::Milestones.new
  hello.get(options)
end