struct Octokit::Models::MigrationOptions

Defined in:

octokit/models/migrations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lock_repositories : Bool, exclude_attachments : Bool) #

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

Instance Method Detail

def exclude_attachments : Bool #

def exclude_attachments=(_exclude_attachments : Bool) #

def lock_repositories : Bool #

def lock_repositories=(_lock_repositories : Bool) #

def to_json(json : JSON::Builder) #