class Github::Content

Included Modules

Defined in:

lib/github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def content : String #

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

[View source]
def content_type : String #

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

[View source]
def download_url : String #

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

[View source]
def encoding : String #

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

[View source]
def git_url : String #

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

[View source]
def html_url : String #

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

[View source]
def links : Links #

[View source]
def links=(links : Links) #

[View source]
def name : String #

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

[View source]
def path : String #

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

[View source]
def sha : String #

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

[View source]
def size : Int32 #

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

[View source]
def url : String #

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

[View source]