Module: Voicemeeter::Kinds
Defined Under Namespace
Classes: Kind
Class Method Summary collapse
- .get_kind(kind_id) ⇒ Object
-
.kind_map ⇒ Object
Returns the value of attribute kind_map.
-
.kinds_all ⇒ Object
Returns the value of attribute kinds_all.
Class Method Details
.get_kind(kind_id) ⇒ Object
77 78 79 |
# File 'lib/voicemeeter/kinds.rb', line 77 def get_kind(kind_id) @kind_map[kind_id] end |
.kind_map ⇒ Object
Returns the value of attribute kind_map.
6 7 8 |
# File 'lib/voicemeeter/kinds.rb', line 6 def kind_map @kind_map end |
.kinds_all ⇒ Object
Returns the value of attribute kinds_all.
6 7 8 |
# File 'lib/voicemeeter/kinds.rb', line 6 def kinds_all @kinds_all end |