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
-
#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.
-
#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
#id ⇒ Object
Returns the value of attribute id
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def id @id end |
#index ⇒ Object
Returns the value of attribute index
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def index @index end |
#json ⇒ Object
Returns the value of attribute json
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def json @json end |
#kind ⇒ Object
Returns the value of attribute kind
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def name @name end |
#redacted ⇒ Object
Returns the value of attribute redacted
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def redacted @redacted end |
#signature ⇒ Object
Returns the value of attribute signature
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def signature @signature end |
#text ⇒ Object
Returns the value of attribute text
80 81 82 |
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80 def text @text end |