struct Octokit::Models::App
- Octokit::Models::App
- Struct
- Value
- Object
Defined in:
octokit/models/apps.crConstructors
- .new(id : Int64, node_id : String, owner : User, name : String, description : String, external_url : String, html_url : String, created_at : Time, updated_at : String)
- .new(__temp_860 : JSON::PullParser)
Instance Method Summary
- #created_at : Time
- #created_at=(_created_at : Time)
- #description : String
- #description=(_description : String)
- #external_url : String
- #external_url=(_external_url : String)
- #html_url : String
- #html_url=(_html_url : String)
- #id : Int64
- #id=(_id : Int64)
- #name : String
- #name=(_name : String)
- #node_id : String
- #node_id=(_node_id : String)
- #owner : User
- #owner=(_owner : User)
- #to_json(json : JSON::Builder)
- #updated_at : String
- #updated_at=(_updated_at : String)
Constructor Detail
def self.new(id : Int64, node_id : String, owner : User, name : String, description : String, external_url : String, html_url : String, created_at : Time, updated_at : String)
#