Class: RBS::EnvironmentLoader::LibraryPath
- Inherits:
-
Struct
- Object
- Struct
- RBS::EnvironmentLoader::LibraryPath
- 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.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/rbs/environment_loader.rb', line 12 def name @name end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/rbs/environment_loader.rb', line 12 def path @path end |