Class: Ellen::Github::Actions::CreateIssue

Inherits:
Base
  • Object
show all
Defined in:
lib/ellen/github/actions/create_issue.rb

Constant Summary

Constants inherited from Base

Base::NAMESPACE

Instance Attribute Summary

Attributes inherited from Base

#message, #robot

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

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

Instance Method Details

#callObject



7
8
9
10
11
12
13
# File 'lib/ellen/github/actions/create_issue.rb', line 7

def call
  if has_access_token?
    create
  else
    require_access_token
  end
end