struct OnHoldRecord

Defined in:

record_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, exp_date : Time) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(title _title = @title, exp_date _exp_date = @exp_date) #

[View source]
def exp_date : Time #

def title : String #