class Yoti::ImagePng

Public Class Methods

new(content) click to toggle source
Calls superclass method Yoti::Image::new
# File lib/yoti/data_type/image_png.rb, line 5
def initialize(content)
  super(content, 'image/png')
end