struct Attachment

Defined in:

models/attachment.cr

Constructors

Instance Method Summary

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]