class Github::Orgs
def org(org_name, params={})
@github.orgs.org 'github'
@github = Github.new
= Examples
Get properties for a single organization
def org(org_name, params={}) _validate_presence_of org_name get("/orgs/#{org_name}") end
def org(org_name, params={}) _validate_presence_of org_name get("/orgs/#{org_name}") end