Class: Rjq::ModuleLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- Rjq::ModuleLoader::Result
- Defined in:
- lib/rjq/module_loader.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#program ⇒ Object
Returns the value of attribute program.
-
#variables ⇒ Object
Returns the value of attribute variables.
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
5 6 7 |
# File 'lib/rjq/module_loader.rb', line 5 def @metadata end |
#program ⇒ Object
Returns the value of attribute program
5 6 7 |
# File 'lib/rjq/module_loader.rb', line 5 def program @program end |
#variables ⇒ Object
Returns the value of attribute variables
5 6 7 |
# File 'lib/rjq/module_loader.rb', line 5 def variables @variables end |