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
125 126 127 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 125 def index @index end |
#kind ⇒ Object
Returns the value of attribute kind
125 126 127 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 125 def kind @kind end |
#signature ⇒ Object
Returns the value of attribute signature
125 126 127 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 125 def signature @signature end |
#text ⇒ Object
Returns the value of attribute text
125 126 127 |
# File 'lib/mistri/providers/gemini/assembler.rb', line 125 def text @text end |