class GitHub::TagComparison

Included Modules

Defined in:

models/git_hub/tag_comparison.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.adapter #

[View source]
def self.fetch(base_tag : String, head_tag : String) : GitHub::TagComparison #

[View source]
def self.fetch_batch(client : HTTP::Client, base_tag : String, head_tag : String, page : Int32 = 1, per_page : Int32 = 100) #

[View source]

Instance Method Detail

def commits : Array(GitHub::Commit) #

[View source]
def commits=(commits : Array(GitHub::Commit)) #

[View source]
def html_url : String #

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

[View source]
def total_commits : Int32 #

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

[View source]
def url : String #

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

[View source]