struct Octokit::Models::Plan
- Octokit::Models::Plan
- Struct
- Value
- Object
Defined in:
octokit/models/orgs.crConstructors
- .new(name : String, space : Int32, collaborators : Int32, private_repos : Int32)
- .new(__temp_3053 : JSON::PullParser)
Instance Method Summary
- #collaborators : Int32
- #collaborators=(_collaborators : Int32)
- #name : String
- #name=(_name : String)
- #private_repos : Int32
- #private_repos=(_private_repos : Int32)
- #space : Int32
- #space=(_space : Int32)
- #to_json(json : JSON::Builder)