Class: Mistri::Providers::Anthropic::Assembler::Builder
- Inherits:
-
Struct
- Object
- Struct
- Mistri::Providers::Anthropic::Assembler::Builder
- Defined in:
- lib/mistri/providers/anthropic/assembler.rb
Instance Attribute Summary collapse
-
#argument_bytes ⇒ Object
Returns the value of attribute argument_bytes.
-
#argument_error ⇒ Object
Returns the value of attribute argument_error.
-
#argument_preview ⇒ Object
Returns the value of attribute argument_preview.
-
#id ⇒ Object
Returns the value of attribute id.
-
#index ⇒ Object
Returns the value of attribute index.
-
#json ⇒ Object
Returns the value of attribute json.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#preview_bytes ⇒ Object
Returns the value of attribute preview_bytes.
-
#redacted ⇒ Object
Returns the value of attribute redacted.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#argument_bytes ⇒ Object
Returns the value of attribute argument_bytes
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def argument_bytes @argument_bytes end |
#argument_error ⇒ Object
Returns the value of attribute argument_error
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def argument_error @argument_error end |
#argument_preview ⇒ Object
Returns the value of attribute argument_preview
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def argument_preview @argument_preview end |
#id ⇒ Object
Returns the value of attribute id
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def id @id end |
#index ⇒ Object
Returns the value of attribute index
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def index @index end |
#json ⇒ Object
Returns the value of attribute json
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def json @json end |
#kind ⇒ Object
Returns the value of attribute kind
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def name @name end |
#preview_bytes ⇒ Object
Returns the value of attribute preview_bytes
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def preview_bytes @preview_bytes end |
#redacted ⇒ Object
Returns the value of attribute redacted
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def redacted @redacted end |
#signature ⇒ Object
Returns the value of attribute signature
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def signature @signature end |
#text ⇒ Object
Returns the value of attribute text
115 116 117 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 115 def text @text end |