struct Octokit::Models::UploadOptions

Defined in:

octokit/models/github.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, label : String, media_type : String) #

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

Instance Method Detail

def label : String #

def label=(_label : String) #

def media_type : String #

def media_type=(_media_type : String) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #