Class: RBS::EnvironmentLoader::Library
- Inherits:
-
Struct
- Object
- Struct
- RBS::EnvironmentLoader::Library
- Defined in:
- lib/rbs/environment_loader.rb,
sig/environment_loader.rbs
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ Library
constructor
A new instance of Library.
Constructor Details
#initialize ⇒ Library
Returns a new instance of Library.
37 |
# File 'sig/environment_loader.rbs', line 37
def initialize: (name: String, version: String?) -> void
|
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 |