struct Octokit::Models::Deployment

Defined in:

octokit/models/repo_deployments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, id : Int64, sha : String, ref : String, task : String, payload : String, environment : String, description : String, creator : User, created_at : Time, updated_at : Time, statuses_url : String, repository_url : String, node_id : String) #

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

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def creator : User #

def creator=(_creator : User) #

def description : String #

def description=(_description : String) #

def environment : String #

def environment=(_environment : String) #

def id : Int64 #

def id=(_id : Int64) #

def node_id : String #

def node_id=(_node_id : String) #

def payload : String #

def payload=(_payload : String) #

def ref : String #

def ref=(_ref : String) #

def repository_url : String #

def repository_url=(_repository_url : String) #

def sha : String #

def sha=(_sha : String) #

def statuses_url : String #

def statuses_url=(_statuses_url : String) #

def task : String #

def task=(_task : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #