Class: Polycrystal::Registry::CrystalModule
- Inherits:
-
Struct
- Object
- Struct
- Polycrystal::Registry::CrystalModule
- Defined in:
- lib/polycrystal/registry.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#modules ⇒ Object
Returns the value of attribute modules.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
12 13 14 |
# File 'lib/polycrystal/registry.rb', line 12 def file @file end |
#modules ⇒ Object
Returns the value of attribute modules
12 13 14 |
# File 'lib/polycrystal/registry.rb', line 12 def modules @modules end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/polycrystal/registry.rb', line 12 def path @path end |