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



125
126
127
# File 'lib/mistri/providers/gemini/assembler.rb', line 125

def index
  @index
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



125
126
127
# File 'lib/mistri/providers/gemini/assembler.rb', line 125

def kind
  @kind
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



125
126
127
# File 'lib/mistri/providers/gemini/assembler.rb', line 125

def signature
  @signature
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



125
126
127
# File 'lib/mistri/providers/gemini/assembler.rb', line 125

def text
  @text
end