Class: HumanTone::HumanizeResult
- Inherits:
-
Data
- Object
- Data
- HumanTone::HumanizeResult
- Defined in:
- lib/humantone/models.rb
Instance Attribute Summary collapse
-
#credits_used ⇒ Object
readonly
Returns the value of attribute credits_used.
-
#output_format ⇒ Object
readonly
Returns the value of attribute output_format.
-
#request_id ⇒ Object
readonly
Returns the value of attribute request_id.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#credits_used ⇒ Object (readonly)
Returns the value of attribute credits_used
4 5 6 |
# File 'lib/humantone/models.rb', line 4 def credits_used @credits_used end |
#output_format ⇒ Object (readonly)
Returns the value of attribute output_format
4 5 6 |
# File 'lib/humantone/models.rb', line 4 def output_format @output_format end |
#request_id ⇒ Object (readonly)
Returns the value of attribute request_id
4 5 6 |
# File 'lib/humantone/models.rb', line 4 def request_id @request_id end |
#text ⇒ Object (readonly)
Returns the value of attribute text
4 5 6 |
# File 'lib/humantone/models.rb', line 4 def text @text end |