Class: TreeSitterLanguagePack::PackConfig
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::PackConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cache_dir ⇒ String?
Returns the value of attribute cache_dir.
-
#groups ⇒ Array[String]?
Returns the value of attribute groups.
-
#languages ⇒ Array[String]?
Returns the value of attribute languages.
Instance Method Summary collapse
-
#initialize ⇒ PackConfig
constructor
A new instance of PackConfig.
Constructor Details
#initialize ⇒ PackConfig
Returns a new instance of PackConfig.
178 |
# File 'sig/types.rbs', line 178
def initialize: (?cache_dir: String, ?languages: Array[String], ?groups: Array[String]) -> void
|
Instance Attribute Details
#cache_dir ⇒ String?
Returns the value of attribute cache_dir.
174 175 176 |
# File 'sig/types.rbs', line 174 def cache_dir @cache_dir end |
#groups ⇒ Array[String]?
Returns the value of attribute groups.
176 177 178 |
# File 'sig/types.rbs', line 176 def groups @groups end |
#languages ⇒ Array[String]?
Returns the value of attribute languages.
175 176 177 |
# File 'sig/types.rbs', line 175 def languages @languages end |