class Backend::Api::Schema::TeacherVoteCreateInput

Overview

Teacher vote creation input

Included Modules

Defined in:

backend/api/schema/teacher_vote.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(vote_id : Int32, teacher_id : Int32, priority : Int32) #

Instance Method Detail

def priority : Int32 #

Teacher vote's priority


def teacher_id : Int32 #

Teacher vote's teacher ID


def vote_id : Int32 #

Teacher vote's vote ID