struct Octokit::Models::Pages

Defined in:

octokit/models/repo_pages.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, status : String, cname : String, custom_404 : String, html_url : String, source : PagesSource) #

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

Instance Method Detail

def cname : String #

def cname=(_cname : String) #

def custom_404 : String #

def custom_404=(_custom_404 : String) #

def html_url : String #

def html_url=(_html_url : String) #

def source : PagesSource #

def source=(_source : PagesSource) #

def status : String #

def status=(_status : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #