Class: Mistri::Providers::Anthropic::Assembler::Builder

Inherits:
Struct
  • Object
show all
Defined in:
lib/mistri/providers/anthropic/assembler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def id
  @id
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def index
  @index
end

#jsonObject

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def json
  @json
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def name
  @name
end

#redactedObject

Returns the value of attribute redacted

Returns:

  • (Object)

    the current value of redacted



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def redacted
  @redacted
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def signature
  @signature
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



80
81
82
# File 'lib/mistri/providers/anthropic/assembler.rb', line 80

def text
  @text
end