Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mymodern
main
Top Level Namespace
CheckedOutRecord
ExtraArguments
Hennepin
MyMockClient
MyModern
ClientUnion
PagesChannel
Webpage
OnHoldRecord
Print
Recs
StPaul
T
Generated using Crystal 1.14.0
2024-11-26 09:47:36 UTC
struct
OnHoldRecord
OnHoldRecord
Struct
Value
Object
Defined in:
record_types.cr
Constructors
.new
(title : String, exp_date : Time)
Instance Method Summary
#clone
#copy_with
(title _title = @title, exp_date _exp_date = @exp_date)
#exp_date
: Time
#title
: String
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
#