struct Octokit::Models::Pages
- Octokit::Models::Pages
- Struct
- Value
- Object
Defined in:
octokit/models/repo_pages.crConstructors
- .new(url : String, status : String, cname : String, custom_404 : String, html_url : String, source : PagesSource)
- .new(__temp_4049 : JSON::PullParser)
Instance Method Summary
- #cname : String
- #cname=(_cname : String)
- #custom_404 : String
- #custom_404=(_custom_404 : String)
- #html_url : String
- #html_url=(_html_url : String)
- #source : PagesSource
- #source=(_source : PagesSource)
- #status : String
- #status=(_status : String)
- #to_json(json : JSON::Builder)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(url : String, status : String, cname : String, custom_404 : String, html_url : String, source : PagesSource)
#