Octokit::Models::Organization
Constructors
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)
new(__temp_2824 : JSON::PullParser)
Class methods
path(org)
SourceInstance methods
avatar_url
avatar_url=(_avatar_url : String)
billing_email
billing_email=(_billing_email : String)
blog
blog=(_blog : String)
collaborators
collaborators=(_collaborators : Int32)
company
company=(_company : String)
created_at
created_at=(_created_at : Time)
default_repo_permission
default_repo_permission=(_default_repo_permission : String)
default_repo_settings
default_repo_settings=(_default_repo_settings : String)
description
description=(_description : String)
disk_usage
disk_usage=(_disk_usage : Int32)
email
email=(_email : String)
events_url
events_url=(_events_url : String)
followers
followers=(_followers : Int32)
following
following=(_following : Int32)
hooks_url
hooks_url=(_hooks_url : String)
html_url
html_url=(_html_url : String)
id
id=(_id : Int64)
issues_url
issues_url=(_issues_url : String)
location
location=(_location : String)
login
login=(_login : String)
members_can_create_repos
members_can_create_repos=(_members_can_create_repos : Bool)
members_url
members_url=(_members_url : String)
name
name=(_name : String)
node_id
node_id=(_node_id : String)
owned_private_repos
owned_private_repos=(_owned_private_repos : Int32)
path
Sourceplan
plan=(_plan : Plan)
private_gists
private_gists=(_private_gists : Int32)
public_gists
public_gists=(_public_gists : Int32)
public_members_url
public_members_url=(_public_members_url : String)
public_repos
public_repos=(_public_repos : Int32)
repos_url
repos_url=(_repos_url : String)
to_json(json : JSON::Builder)
total_private_repos
total_private_repos=(_total_private_repos : Int32)
two_factor_requirement_enabled
two_factor_requirement_enabled=(_two_factor_requirement_enabled : Bool)
type
type=(_type : String)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)