Class: Mistri::Providers::OpenAI::Assembler::Builder
- Inherits:
-
Struct
- Object
- Struct
- Mistri::Providers::OpenAI::Assembler::Builder
- Defined in:
- lib/mistri/providers/openai/assembler.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#json ⇒ Object
Returns the value of attribute json.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
76 77 78 |
# File 'lib/mistri/providers/openai/assembler.rb', line 76 def index @index end |
#json ⇒ Object
Returns the value of attribute json
76 77 78 |
# File 'lib/mistri/providers/openai/assembler.rb', line 76 def json @json end |
#kind ⇒ Object
Returns the value of attribute kind
76 77 78 |
# File 'lib/mistri/providers/openai/assembler.rb', line 76 def kind @kind end |
#text ⇒ Object
Returns the value of attribute text
76 77 78 |
# File 'lib/mistri/providers/openai/assembler.rb', line 76 def text @text end |