Class: Publication::ImageTextTranslator::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/publication/image_text_translator.rb

Overview

Service object: result.

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



27
28
29
# File 'app/services/publication/image_text_translator.rb', line 27

def bytes
  @bytes
end

#reportObject (readonly)

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



27
28
29
# File 'app/services/publication/image_text_translator.rb', line 27

def report
  @report
end