Class: Ruboty::Github::Actions::SearchIssues

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/github/actions/search_issues.rb

Constant Summary

Constants inherited from Base

Base::NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#message

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ruboty::Github::Actions::Base

Instance Method Details

#callObject



5
6
7
8
9
10
11
# File 'lib/ruboty/github/actions/search_issues.rb', line 5

def call
  if has_access_token?
    list
  else
    require_access_token
  end
end