Class: RBS::EnvironmentLoader::GemPath
- Inherits:
-
Struct
- Object
- Struct
- RBS::EnvironmentLoader::GemPath
- Defined in:
- lib/rbs/environment_loader.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/rbs/environment_loader.rb', line 13 def name @name end |
#path ⇒ Object
Returns the value of attribute path
13 14 15 |
# File 'lib/rbs/environment_loader.rb', line 13 def path @path end |
#version ⇒ Object
Returns the value of attribute version
13 14 15 |
# File 'lib/rbs/environment_loader.rb', line 13 def version @version end |