struct Octokit::Models::SourceImportAuthor

Defined in:

octokit/models/migration_source_import.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, remote_id : String, remote_name : String, email : String, name : String, url : String, import_url : String) #

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

Instance Method Detail

def email : String #

def email=(_email : String) #

def id : Int64 #

def id=(_id : Int64) #

def import_url : String #

def import_url=(_import_url : String) #

def name : String #

def name=(_name : String) #

def remote_id : String #

def remote_id=(_remote_id : String) #

def remote_name : String #

def remote_name=(_remote_name : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #