class LittleGhost::Content::Image
Contains binary image data, its MIME media type, and an optional display name. Content.serialize base64-encodes data in the serialized Hash.
Attributes
The original binary image bytes.
The image MIME type, such as image/png.
The optional filename or label used when the image is presented.
Public Class Methods
# File lib/little_ghost/content.rb, line 116
Wraps the supplied values without copying them.