Class: Maglev::ContextAssembler::Context
- Inherits:
-
Struct
- Object
- Struct
- Maglev::ContextAssembler::Context
- Defined in:
- lib/maglev/context_assembler.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#sources ⇒ Object
Returns the value of attribute sources.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
5 6 7 |
# File 'lib/maglev/context_assembler.rb', line 5 def @metadata end |
#sources ⇒ Object
Returns the value of attribute sources
5 6 7 |
# File 'lib/maglev/context_assembler.rb', line 5 def sources @sources end |
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'lib/maglev/context_assembler.rb', line 5 def text @text end |