struct Octokit::Models::Migration

Defined in:

octokit/models/migrations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, guid : String, state : String, lock_repositories : Bool, exclude_attachments : Bool, url : String, created_at : Time, updated_at : Time, repositories : Array(Repository)) #

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

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def exclude_attachments : Bool #

def exclude_attachments=(_exclude_attachments : Bool) #

def guid : String #

def guid=(_guid : String) #

def id : Int64 #

def id=(_id : Int64) #

def lock_repositories : Bool #

def lock_repositories=(_lock_repositories : Bool) #

def repositories : Array(Repository) #

def repositories=(_repositories : Array(Repository)) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #