Class: AnimateIt::Verification::Result
- Inherits:
-
Data
- Object
- Data
- AnimateIt::Verification::Result
- Defined in:
- lib/animate_it/verification.rb
Instance Attribute Summary collapse
-
#alpha_psnr ⇒ Object
readonly
Returns the value of attribute alpha_psnr.
-
#frame ⇒ Object
readonly
Returns the value of attribute frame.
-
#passed ⇒ Object
readonly
Returns the value of attribute passed.
-
#rgb_psnr ⇒ Object
readonly
Returns the value of attribute rgb_psnr.
Instance Method Summary collapse
Instance Attribute Details
#alpha_psnr ⇒ Object (readonly)
Returns the value of attribute alpha_psnr
8 9 10 |
# File 'lib/animate_it/verification.rb', line 8 def alpha_psnr @alpha_psnr end |
#frame ⇒ Object (readonly)
Returns the value of attribute frame
8 9 10 |
# File 'lib/animate_it/verification.rb', line 8 def frame @frame end |
#passed ⇒ Object (readonly)
Returns the value of attribute passed
8 9 10 |
# File 'lib/animate_it/verification.rb', line 8 def passed @passed end |
#rgb_psnr ⇒ Object (readonly)
Returns the value of attribute rgb_psnr
8 9 10 |
# File 'lib/animate_it/verification.rb', line 8 def rgb_psnr @rgb_psnr end |
Instance Method Details
#psnr ⇒ Object
9 10 11 |
# File 'lib/animate_it/verification.rb', line 9 def psnr [rgb_psnr, alpha_psnr].min end |