struct Octokit::Models::Membership

Defined in:

octokit/models/org_members.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, state : String, role : String, organization_url : String, organization : Organization, user : User) #

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

Instance Method Detail

def organization : Organization #

def organization=(_organization : Organization) #

def organization_url : String #

def organization_url=(_organization_url : String) #

def role : String #

def role=(_role : String) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #

def user : User #

def user=(_user : User) #