class Duo::Priority

Defined in:

duo/priority.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(exclusive : Bool, dep_stream_id : Int32, weight : Int32) #

[View source]

Instance Method Detail

def dep_stream_id : Int32 #

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

[View source]
def exclusive : Bool #

[View source]
def exclusive=(exclusive : Bool) #

[View source]
def weight : Int32 #

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

[View source]