class Github::License

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 key : String #

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

[View source]
def name : String #

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

[View source]
def node_id : String #

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

[View source]
def spdx_id : String | Nil #

[View source]
def spdx_id=(spdx_id : String | Nil) #

[View source]
def url : String | Nil #

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

[View source]