struct Octokit::Models::Page

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(page_name : String, title : String, summary : String, action : String, sha : String, html_url : String) #

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

Instance Method Detail

def action : String #

def action=(_action : String) #

def html_url : String #

def html_url=(_html_url : String) #

def page_name : String #

def page_name=(_page_name : String) #

def sha : String #

def sha=(_sha : String) #

def summary : String #

def summary=(_summary : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #