Class: MisarBlog::Models::AiText
Overview
Result of POST /ai/complete.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from MisarBlog::Models::Base
Instance Method Details
#text ⇒ Object
138 |
# File 'lib/misarblog/models.rb', line 138 def text; @raw["text"]; end |