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