struct Octokit::Models::CommitFile

Defined in:

octokit/models/repo_commits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sha : String, filename : String, additions : Int32, deletions : Int32, changes : Int32, status : String, patch : String, blob_url : String, raw_url : String, contents_url : String, previous_filename : String) #

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

Instance Method Detail

def additions : Int32 #

def additions=(_additions : Int32) #

def blob_url : String #

def blob_url=(_blob_url : String) #

def changes : Int32 #

def changes=(_changes : Int32) #

def contents_url : String #

def contents_url=(_contents_url : String) #

def deletions : Int32 #

def deletions=(_deletions : Int32) #

def filename : String #

def filename=(_filename : String) #

def patch : String #

def patch=(_patch : String) #

def previous_filename : String #

def previous_filename=(_previous_filename : String) #

def raw_url : String #

def raw_url=(_raw_url : String) #

def sha : String #

def sha=(_sha : String) #

def status : String #

def status=(_status : String) #

def to_json(json : JSON::Builder) #