Class: Belt::CLI::PathGemMaterializer::PathGem
- Inherits:
-
Struct
- Object
- Struct
- Belt::CLI::PathGemMaterializer::PathGem
- Defined in:
- lib/belt/cli/path_gem_materializer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/belt/cli/path_gem_materializer.rb', line 17 def name @name end |
#version ⇒ Object
Returns the value of attribute version
17 18 19 |
# File 'lib/belt/cli/path_gem_materializer.rb', line 17 def version @version end |