Class: Polycrystal::Registry::CrystalModule

Inherits:
Struct
  • Object
show all
Defined in:
lib/polycrystal/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



12
13
14
# File 'lib/polycrystal/registry.rb', line 12

def file
  @file
end

#modulesObject

Returns the value of attribute modules

Returns:

  • (Object)

    the current value of modules



12
13
14
# File 'lib/polycrystal/registry.rb', line 12

def modules
  @modules
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/polycrystal/registry.rb', line 12

def path
  @path
end