Class: RainbowLLM::Response
- Inherits:
-
Data
- Object
- Data
- RainbowLLM::Response
- Defined in:
- lib/rainbow_llm/response.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
2 3 4 |
# File 'lib/rainbow_llm/response.rb', line 2 def content @content end |
#details ⇒ Object (readonly)
Returns the value of attribute details
2 3 4 |
# File 'lib/rainbow_llm/response.rb', line 2 def details @details end |
#model ⇒ Object (readonly)
Returns the value of attribute model
2 3 4 |
# File 'lib/rainbow_llm/response.rb', line 2 def model @model end |