Class: RBS::EnvironmentLoader::Library
- Inherits:
-
Struct
- Object
- Struct
- RBS::EnvironmentLoader::Library
- Defined in:
- lib/rbs/environment_loader.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/rbs/environment_loader.rb', line 17 def name @name end |
#version ⇒ Object
Returns the value of attribute version
17 18 19 |
# File 'lib/rbs/environment_loader.rb', line 17 def version @version end |