class LittleGhost::Content::Image
Contains binary image data and its MIME media type. Content.serialize base64-encodes data when the block crosses a JSON boundary.
Attributes
The original binary image bytes.
The image MIME type, such as image/png.
Public Class Methods
# File lib/little_ghost/content.rb, line 110
Wraps the supplied values without copying them.