struct Octokit::Models::EditChange

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : NamedTuple(from: String), body : NamedTuple(body: String)) #

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

Instance Method Detail

def body : NamedTuple(body: String) #

def body=(_body : NamedTuple(body: String)) #

def title : NamedTuple(from: String) #

def title=(_title : NamedTuple(from: String)) #

def to_json(json : JSON::Builder) #