Class: Ruboty::Handlers::GithubCreateDeployment

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/handlers/github_create_deployment.rb

Instance Method Summary collapse

Instance Method Details

#create_deployment(message) ⇒ Object



12
13
14
# File 'lib/ruboty/handlers/github_create_deployment.rb', line 12

def create_deployment(message)
  Ruboty::GithubCreateDeployment::Actions::CreateDeployment.new(message).call
end