Class: Voicemeeter::Kinds::Kind
- Inherits:
-
Struct
- Object
- Struct
- Voicemeeter::Kinds::Kind
- Defined in:
- lib/voicemeeter/kinds.rb
Instance Attribute Summary collapse
-
#layout ⇒ Object
Returns the value of attribute layout.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#layout ⇒ Object
Returns the value of attribute layout
8 9 10 |
# File 'lib/voicemeeter/kinds.rb', line 8 def layout @layout end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/voicemeeter/kinds.rb', line 8 def name @name end |
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/voicemeeter/kinds.rb', line 10 def to_s "#{name.capitalize}" end |