class Github::Pull

Included Modules

Defined in:

github.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def head : Head #

[View source]
def head=(head : Head) #

[View source]
def number : UInt32 #

[View source]
def number=(number : UInt32) #

[View source]
def url : String #

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

[View source]