Octokit::Models::Installation
Constructors
new(id : Int64, app_id : Int64, target_id : Int64, account : User, access_tokens_url : String, repositories_url : String, html_url : String, target_type : String, single_file_name : String, repository_selection : String, events : Array(String), permissions : InstallationPermissions, created_at : Time, updated_at : String)
new(__temp_918 : JSON::PullParser)
Instance methods
access_tokens_url
access_tokens_url=(_access_tokens_url : String)
account
account=(_account : User)
app_id
app_id=(_app_id : Int64)
created_at
created_at=(_created_at : Time)
events
html_url
html_url=(_html_url : String)
id
id=(_id : Int64)
permissions
permissions=(_permissions : InstallationPermissions)
repositories_url
repositories_url=(_repositories_url : String)
repository_selection
repository_selection=(_repository_selection : String)
single_file_name
single_file_name=(_single_file_name : String)
target_id
target_id=(_target_id : Int64)
target_type
target_type=(_target_type : String)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : String)