struct Octokit::Models::LargeFile

Defined in:

octokit/models/migration_source_import.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref_name : String, path : String, oid : String, size : Int32) #

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

Instance Method Detail

def oid : String #

def oid=(_oid : String) #

def path : String #

def path=(_path : String) #

def ref_name : String #

def ref_name=(_ref_name : String) #

def size : Int32 #

def size=(_size : Int32) #

def to_json(json : JSON::Builder) #