struct Octokit::Models::PageBuildEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(build : PagesBuild, id : Union(Int64, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil)) #

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

Instance Method Detail

def build : PagesBuild #

def build=(_build : PagesBuild) #

def id : Union(Int64, Nil) #

def id=(_id : Union(Int64, Nil)) #

def installation : Union(Installation, Nil) #

def installation=(_installation : Union(Installation, Nil)) #

def repo : Union(Repository, Nil) #

def repo=(_repo : Union(Repository, Nil)) #

def sender : Union(User, Nil) #

def sender=(_sender : Union(User, Nil)) #

def to_json(json : JSON::Builder) #