class Gitlab::RepositoryFile

Included Modules

Defined in:

lib/gitlab/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def blob_id : String #

[View source]
def blob_id=(blob_id : String) #

[View source]
def commit_id : String #

[View source]
def commit_id=(commit_id : String) #

[View source]
def content : String #

[View source]
def content=(content : String) #

[View source]
def content_sha256 : String #

[View source]
def content_sha256=(content_sha256 : String) #

[View source]
def encoding : String #

[View source]
def encoding=(encoding : String) #

[View source]
def file_name : String #

[View source]
def file_name=(file_name : String) #

[View source]
def file_path : String #

[View source]
def file_path=(file_path : String) #

[View source]
def last_commit_id : String #

[View source]
def last_commit_id=(last_commit_id : String) #

[View source]
def raw_content #

[View source]
def ref : String #

[View source]
def ref=(ref : String) #

[View source]
def size : Int32 #

[View source]
def size=(size : Int32) #

[View source]