struct Octokit::Models::PagesBuild

Defined in:

octokit/models/repo_pages.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, status : String, error : PagesError, pusher : User, commit : String, duration : Int32, created_at : Time, updated_at : String) #

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

Instance Method Detail

def commit : String #

def commit=(_commit : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def duration : Int32 #

def duration=(_duration : Int32) #

def error : PagesError #

def error=(_error : PagesError) #

def pusher : User #

def pusher=(_pusher : User) #

def status : String #

def status=(_status : String) #

def to_json(json : JSON::Builder) #

def updated_at : String #

def updated_at=(_updated_at : String) #

def url : String #

def url=(_url : String) #