Class: Yoti::ImagePng
Instance Attribute Summary
Attributes inherited from Image
Instance Method Summary collapse
-
#initialize(content) ⇒ ImagePng
constructor
A new instance of ImagePng.
Methods inherited from Image
Constructor Details
#initialize(content) ⇒ ImagePng
Returns a new instance of ImagePng.
3 4 5 |
# File 'lib/yoti/data_type/image_png.rb', line 3 def initialize(content) super(content, 'image/png') end |