struct Octokit::Models::Installation
- Octokit::Models::Installation
- Struct
- Value
- Object
Defined in:
octokit/models/apps.crConstructors
- .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_899 : JSON::PullParser)
Instance Method Summary
- #access_tokens_url : String
- #access_tokens_url=(_access_tokens_url : String)
- #account : User
- #account=(_account : User)
- #app_id : Int64
- #app_id=(_app_id : Int64)
- #created_at : Time
- #created_at=(_created_at : Time)
- #events : Array(String)
- #events=(_events : Array(String))
- #html_url : String
- #html_url=(_html_url : String)
- #id : Int64
- #id=(_id : Int64)
- #permissions : InstallationPermissions
- #permissions=(_permissions : InstallationPermissions)
- #repositories_url : String
- #repositories_url=(_repositories_url : String)
- #repository_selection : String
- #repository_selection=(_repository_selection : String)
- #single_file_name : String
- #single_file_name=(_single_file_name : String)
- #target_id : Int64
- #target_id=(_target_id : Int64)
- #target_type : String
- #target_type=(_target_type : String)
- #to_json(json : JSON::Builder)
- #updated_at : String
- #updated_at=(_updated_at : String)
Constructor Detail
def self.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)
#