class Github::Orgs
def get(*args)
github.orgs.get 'github'
github = Github.new
= Examples
Get properties for a single organization
def get(*args) arguments(args, :required => [:org_name]) get_request("/orgs/#{org_name}", arguments.params) end
def get(*args) arguments(args, :required => [:org_name]) get_request("/orgs/#{org_name}", arguments.params) end