Class: UrlToPng::Result

Inherits:
Hashie::Mash
  • Object
show all
Defined in:
lib/url_to_png/result.rb

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ Result

Returns a new instance of Result.



6
7
8
9
# File 'lib/url_to_png/result.rb', line 6

def initialize(hash)
  hash.delete("_disclaimer_")
  super(hash)
end