Class: TreeSitterLanguagePack::PackConfig
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::PackConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cache_dir ⇒ String?
readonly
Returns the value of attribute cache_dir.
-
#groups ⇒ Array[String]?
readonly
Returns the value of attribute groups.
-
#languages ⇒ Array[String]?
readonly
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.
175 |
# File 'sig/types.rbs', line 175
def initialize: (?cache_dir: String, ?languages: Array[String], ?groups: Array[String]) -> void
|
Instance Attribute Details
#cache_dir ⇒ String? (readonly)
Returns the value of attribute cache_dir.
171 172 173 |
# File 'sig/types.rbs', line 171 def cache_dir @cache_dir end |
#groups ⇒ Array[String]? (readonly)
Returns the value of attribute groups.
173 174 175 |
# File 'sig/types.rbs', line 173 def groups @groups end |
#languages ⇒ Array[String]? (readonly)
Returns the value of attribute languages.
172 173 174 |
# File 'sig/types.rbs', line 172 def languages @languages end |