class Gitlab::License

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 html_url : String | Nil #

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

[View source]
def key : String #

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

[View source]
def name : String #

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

[View source]
def nickname : String | Nil #

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

[View source]
def source_url : String | Nil #

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

[View source]