struct Octokit::Models::AuthorizationUpdateRequest
- Octokit::Models::AuthorizationUpdateRequest
- Struct
- Value
- Object
Defined in:
octokit/models/authorizations.crConstructors
- .new(scopes : Array(String), add_scopes : Array(String), remove_scopes : Array(String), note : String, note_url : String, fingerprint : String)
- .new(__temp_1081 : JSON::PullParser)
Instance Method Summary
- #add_scopes : Array(String)
- #add_scopes=(_add_scopes : Array(String))
- #fingerprint : String
- #fingerprint=(_fingerprint : String)
- #note : String
- #note=(_note : String)
- #note_url : String
- #note_url=(_note_url : String)
- #remove_scopes : Array(String)
- #remove_scopes=(_remove_scopes : Array(String))
- #scopes : Array(String)
- #scopes=(_scopes : Array(String))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(scopes : Array(String), add_scopes : Array(String), remove_scopes : Array(String), note : String, note_url : String, fingerprint : String)
#