Class: Mistri::Providers::Gemini::Assembler::Builder

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

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



66
67
68
# File 'lib/mistri/providers/gemini/assembler.rb', line 66

def index
  @index
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



66
67
68
# File 'lib/mistri/providers/gemini/assembler.rb', line 66

def kind
  @kind
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



66
67
68
# File 'lib/mistri/providers/gemini/assembler.rb', line 66

def signature
  @signature
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



66
67
68
# File 'lib/mistri/providers/gemini/assembler.rb', line 66

def text
  @text
end