class Github::Organization

Included Modules

Defined in:

lib/github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_url : String #

[View source]
def avatar_url=(avatar_url : String) #

[View source]
def events_url : String #

[View source]
def events_url=(events_url : String) #

[View source]
def followers_url : String #

[View source]
def followers_url=(followers_url : String) #

[View source]
def following_url : String #

[View source]
def following_url=(following_url : String) #

[View source]
def gists_url : String #

[View source]
def gists_url=(gists_url : String) #

[View source]
def gravatar_id : String #

[View source]
def gravatar_id=(gravatar_id : String) #

[View source]
def html_url : String #

[View source]
def html_url=(html_url : String) #

[View source]
def id : Int32 #

[View source]
def id=(id : Int32) #

[View source]
def login : String #

[View source]
def login=(login : String) #

[View source]
def node_id : String #

[View source]
def node_id=(node_id : String) #

[View source]
def organization_type : String #

[View source]
def organization_type=(organization_type : String) #

[View source]
def organizations_url : String #

[View source]
def organizations_url=(organizations_url : String) #

[View source]
def received_events_url : String #

[View source]
def received_events_url=(received_events_url : String) #

[View source]
def repos_url : String #

[View source]
def repos_url=(repos_url : String) #

[View source]
def site_admin=(site_admin : Bool) #

[View source]
def site_admin? : Bool #

[View source]
def starred_url : String #

[View source]
def starred_url=(starred_url : String) #

[View source]
def subscriptions_url : String #

[View source]
def subscriptions_url=(subscriptions_url : String) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]