struct CheckedOutRecord

Defined in:

record_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, due_date : Time, renewed_count : Int32, number_waiting : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(title _title = @title, due_date _due_date = @due_date, renewed_count _renewed_count = @renewed_count, number_waiting _number_waiting = @number_waiting) #

[View source]
def due_date : Time #

def number_waiting : Int32 #

def renewed_count : Int32 #

def title : String #