class Api42::ProjectUser

Included Modules

Defined in:

interfaces/project.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def current_team_id : UInt64 #

[View source]
def current_team_id=(current_team_id : UInt64) #

[View source]
def cursus_ids : Array(UInt64) #

[View source]
def cursus_ids=(cursus_ids : Array(UInt64)) #

[View source]
def final_mark : Int32 | Nil #

[View source]
def final_mark=(final_mark : Int32 | Nil) #

[View source]
def id : UInt64 #

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

[View source]
def is_validated : Bool | Nil #

[View source]
def is_validated=(is_validated : Bool | Nil) #

[View source]
def occurrence : Int32 #

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

[View source]
def project : Project #

[View source]
def project=(project : Project) #

[View source]
def retirable_at : String | Nil #

[View source]
def retirable_at=(retirable_at : String | Nil) #

[View source]
def status : String #

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

[View source]