struct Octokit::Models::Invitation

Defined in:

octokit/models/teams.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, login : String, email : String, role : String, created_at : Time, inviter : User, team_count : Int32, invitation_team_url : String) #

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

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def email : String #

def email=(_email : String) #

def id : Int64 #

def id=(_id : Int64) #

def invitation_team_url : String #

def invitation_team_url=(_invitation_team_url : String) #

def inviter : User #

def inviter=(_inviter : User) #

def login : String #

def login=(_login : String) #

def node_id : String #

def node_id=(_node_id : String) #

def role : String #

def role=(_role : String) #

def team_count : Int32 #

def team_count=(_team_count : Int32) #

def to_json(json : JSON::Builder) #