struct Octokit::Models::Gitignore

Defined in:

octokit/models/gitignore.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, source : String) #

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

Instance Method Detail

def name : String #

def name=(_name : String) #

def source : String #

def source=(_source : String) #

def to_json(json : JSON::Builder) #