Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
messages_browser
master
Attachment
Chat
Contacts
Database
Message
MessagePresenter
MessagesBrowser
ORM
Chats
Messages
Queries
AllChats
ChatMessages
Contacts
Time
User
Built with Crystal 1.9.2
2023-10-08 01:34:38 UTC
struct
Attachment
Attachment
Struct
Value
Object
Defined in:
models/attachment.cr
Constructors
.new
(name : String, file_path : String, bytes : Int32)
Instance Method Summary
#bytes
: Int32
#file_path
: String
#name
: String
Constructor Detail
def self.
new
(name : String, file_path : String, bytes : Int32)
#
[
View source
]
Instance Method Detail
def
bytes
: Int32
#
[
View source
]
def
file_path
: String
#
[
View source
]
def
name
: String
#
[
View source
]