struct Octokit::Models::Blob

Defined in:

octokit/models/git_blobs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(content : String, encoding : String, sha : String, size : Int32, url : String, node_id : String) #

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

Instance Method Detail

def content : String #

def content=(_content : String) #

def encoding : String #

def encoding=(_encoding : String) #

def node_id : String #

def node_id=(_node_id : String) #

def sha : String #

def sha=(_sha : String) #

def size : Int32 #

def size=(_size : Int32) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #