Class: Gotenberg::Analyzers::Image
- Defined in:
- lib/gotenberg/analyzers/image.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Gotenberg::Analyzers::Base
Instance Method Details
#tag ⇒ Object
7 8 9 |
# File 'lib/gotenberg/analyzers/image.rb', line 7 def tag '<img src="%s" alt="%s" />' % [src_value, filename] end |