struct Octokit::Models::SourceImportAuthor
- Octokit::Models::SourceImportAuthor
- Struct
- Value
- Object
Defined in:
octokit/models/migration_source_import.crConstructors
- .new(id : Int64, remote_id : String, remote_name : String, email : String, name : String, url : String, import_url : String)
- .new(__temp_2795 : JSON::PullParser)
Instance Method Summary
- #email : String
- #email=(_email : String)
- #id : Int64
- #id=(_id : Int64)
- #import_url : String
- #import_url=(_import_url : String)
- #name : String
- #name=(_name : String)
- #remote_id : String
- #remote_id=(_remote_id : String)
- #remote_name : String
- #remote_name=(_remote_name : String)
- #to_json(json : JSON::Builder)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(id : Int64, remote_id : String, remote_name : String, email : String, name : String, url : String, import_url : String)
#