struct Octokit::Models::DeploymentsListOptions

Defined in:

octokit/models/repo_deployments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sha : String, ref : String, task : String, environment : String) #

def self.new(__temp_3291 : JSON::PullParser) #

Instance Method Detail

def environment : String #

def environment=(_environment : String) #

def ref : String #

def ref=(_ref : String) #

def sha : String #

def sha=(_sha : String) #

def task : String #

def task=(_task : String) #

def to_json(json : JSON::Builder) #