Class: DeepLClient::Result
- Inherits:
-
Data
- Object
- Data
- DeepLClient::Result
- Defined in:
- app/services/deep_l_client.rb
Overview
The translated PDF plus task provenance.
Instance Attribute Summary collapse
-
#bytes ⇒ Object
readonly
Returns the value of attribute bytes.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#bytes ⇒ Object (readonly)
Returns the value of attribute bytes
39 40 41 |
# File 'app/services/deep_l_client.rb', line 39 def bytes @bytes end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
39 40 41 |
# File 'app/services/deep_l_client.rb', line 39 def @meta end |