Class: Mistri::Providers::Gemini::Assembler::Builder
- Inherits:
-
Struct
- Object
- Struct
- Mistri::Providers::Gemini::Assembler::Builder
- Defined in:
- lib/mistri/providers/gemini/assembler.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
66 67 68 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 66 def index @index end |
#kind ⇒ Object
Returns the value of attribute kind
66 67 68 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 66 def kind @kind end |
#signature ⇒ Object
Returns the value of attribute signature
66 67 68 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 66 def signature @signature end |
#text ⇒ Object
Returns the value of attribute text
66 67 68 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 66 def text @text end |