Class: Publication::ImageTextTranslator::Result
- Inherits:
-
Data
- Object
- Data
- Publication::ImageTextTranslator::Result
- Defined in:
- app/services/publication/image_text_translator.rb
Overview
Service object: result.
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#report ⇒ Object
readonly
Returns the value of attribute report.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
27 28 29 |
# File 'app/services/publication/image_text_translator.rb', line 27 def bytes @bytes end |
#report ⇒ Object (readonly)
Returns the value of attribute report
27 28 29 |
# File 'app/services/publication/image_text_translator.rb', line 27 def report @report end |