Class: Pixmatch::API
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ API
constructor
Creates a new API.
Constructor Details
#initialize(options = {}) ⇒ API
Creates a new API
12 13 14 15 16 17 |
# File 'lib/pixmatch/api.rb', line 12 def initialize( = {}) = Pixmatch..merge() Configuration::VALID_OPTIONS_KEYS.each do |key| send("#{key}=", [key]) end end |