struct Octokit::Models::Organization

Defined in:

octokit/models/orgs.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(login : String, id : Int64, node_id : String, avatar_url : String, html_url : String, name : String, company : String, blog : String, location : String, email : String, description : String, public_repos : Int32, public_gists : Int32, followers : Int32, following : Int32, created_at : Time, updated_at : Time, total_private_repos : Int32, owned_private_repos : Int32, private_gists : Int32, disk_usage : Int32, collaborators : Int32, billing_email : String, type : String, plan : Plan, two_factor_requirement_enabled : Bool, default_repo_permission : String, default_repo_settings : String, members_can_create_repos : Bool, url : String, events_url : String, hooks_url : String, issues_url : String, members_url : String, public_members_url : String, repos_url : String) #

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

Class Method Detail

def self.path(org) #

[View source]

Instance Method Detail

def avatar_url : String #

def avatar_url=(_avatar_url : String) #

def billing_email : String #

def billing_email=(_billing_email : String) #

def blog : String #

def blog=(_blog : String) #

def collaborators : Int32 #

def collaborators=(_collaborators : Int32) #

def company : String #

def company=(_company : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def default_repo_permission : String #

def default_repo_permission=(_default_repo_permission : String) #

def default_repo_settings : String #

def default_repo_settings=(_default_repo_settings : String) #

def description : String #

def description=(_description : String) #

def disk_usage : Int32 #

def disk_usage=(_disk_usage : Int32) #

def email : String #

def email=(_email : String) #

def events_url : String #

def events_url=(_events_url : String) #

def followers : Int32 #

def followers=(_followers : Int32) #

def following : Int32 #

def following=(_following : Int32) #

def hooks_url : String #

def hooks_url=(_hooks_url : String) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def issues_url : String #

def issues_url=(_issues_url : String) #

def location : String #

def location=(_location : String) #

def login : String #

def login=(_login : String) #

def members_can_create_repos : Bool #

def members_can_create_repos=(_members_can_create_repos : Bool) #

def members_url : String #

def members_url=(_members_url : String) #

def name : String #

def name=(_name : String) #

def node_id : String #

def node_id=(_node_id : String) #

def owned_private_repos : Int32 #

def owned_private_repos=(_owned_private_repos : Int32) #

def path #

[View source]
def plan : Plan #

def plan=(_plan : Plan) #

def private_gists : Int32 #

def private_gists=(_private_gists : Int32) #

def public_gists : Int32 #

def public_gists=(_public_gists : Int32) #

def public_members_url : String #

def public_members_url=(_public_members_url : String) #

def public_repos : Int32 #

def public_repos=(_public_repos : Int32) #

def repos_url : String #

def repos_url=(_repos_url : String) #

def to_json(json : JSON::Builder) #

def total_private_repos : Int32 #

def total_private_repos=(_total_private_repos : Int32) #

def two_factor_requirement_enabled : Bool #

def two_factor_requirement_enabled=(_two_factor_requirement_enabled : Bool) #

def type : String #

def type=(_type : String) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #