struct Octokit::Models::OrganizationListItem

Defined in:

octokit/models/orgs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(login : String, id : Int32, node_id : String, url : String, repos_url : String, events_url : String, hooks_url : String, issues_url : String, members_url : String, public_members_url : String, avatar_url : String, description : String | Nil) #

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

Instance Method Detail

def avatar_url : String #

def avatar_url=(_avatar_url : String) #

def description : String | Nil #

def description=(_description : String | Nil) #

def events_url : String #

def events_url=(_events_url : String) #

def hooks_url : String #

def hooks_url=(_hooks_url : String) #

def id : Int32 #

def id=(_id : Int32) #

def issues_url : String #

def issues_url=(_issues_url : String) #

def login : String #

def login=(_login : String) #

def members_url : String #

def members_url=(_members_url : String) #

def node_id : String #

def node_id=(_node_id : String) #

def public_members_url : String #

def public_members_url=(_public_members_url : String) #

def repos_url : String #

def repos_url=(_repos_url : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #