struct Octokit::Models::Plan

Defined in:

octokit/models/orgs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, space : Int32, collaborators : Int32, private_repos : Int32) #

def self.new(__temp_2907 : JSON::PullParser) #

Instance Method Detail

def collaborators : Int32 #

def collaborators=(_collaborators : Int32) #

def name : String #

def name=(_name : String) #

def private_repos : Int32 #

def private_repos=(_private_repos : Int32) #

def space : Int32 #

def space=(_space : Int32) #

def to_json(json : JSON::Builder) #