Class: Optipng::Result
- Inherits:
-
Struct
- Object
- Struct
- Optipng::Result
- Defined in:
- lib/optipng.rb
Overview
Result structure.
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#succeed ⇒ Object
Returns the value of attribute succeed.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
24 25 26 |
# File 'lib/optipng.rb', line 24 def errors @errors end |
#succeed ⇒ Object
Returns the value of attribute succeed
24 25 26 |
# File 'lib/optipng.rb', line 24 def succeed @succeed end |