Class: HumanTone::HumanizeResult

Inherits:
Data
  • Object
show all
Defined in:
lib/humantone/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#credits_usedObject (readonly)

Returns the value of attribute credits_used

Returns:

  • (Object)

    the current value of credits_used



4
5
6
# File 'lib/humantone/models.rb', line 4

def credits_used
  @credits_used
end

#output_formatObject (readonly)

Returns the value of attribute output_format

Returns:

  • (Object)

    the current value of output_format



4
5
6
# File 'lib/humantone/models.rb', line 4

def output_format
  @output_format
end

#request_idObject (readonly)

Returns the value of attribute request_id

Returns:

  • (Object)

    the current value of request_id



4
5
6
# File 'lib/humantone/models.rb', line 4

def request_id
  @request_id
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



4
5
6
# File 'lib/humantone/models.rb', line 4

def text
  @text
end