Class: Rjq::ModuleLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rjq/module_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



5
6
7
# File 'lib/rjq/module_loader.rb', line 5

def 
  @metadata
end

#programObject

Returns the value of attribute program

Returns:

  • (Object)

    the current value of program



5
6
7
# File 'lib/rjq/module_loader.rb', line 5

def program
  @program
end

#variablesObject

Returns the value of attribute variables

Returns:

  • (Object)

    the current value of variables



5
6
7
# File 'lib/rjq/module_loader.rb', line 5

def variables
  @variables
end