struct Octokit::Models::CreateOrgInvitationOptions

Defined in:

octokit/models/org_members.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(invitee_id : Int64, email : String, role : String, team_id : Int64) #

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

Instance Method Detail

def email : String #

def email=(_email : String) #

def invitee_id : Int64 #

def invitee_id=(_invitee_id : Int64) #

def role : String #

def role=(_role : String) #

def team_id : Int64 #

def team_id=(_team_id : Int64) #

def to_json(json : JSON::Builder) #