class LittleGhost::Content::Document
Contains binary document data, its MIME media type, and a display name. Content.serialize base64-encodes data in the serialized Hash.
Attributes
The original binary document bytes.
The document MIME type, such as application/pdf.
The filename or label presented to the model.
Public Class Methods
# File lib/little_ghost/content.rb, line 139
Wraps the supplied values without copying them.