mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
upd docstrings
This commit is contained in:
parent
100297d49a
commit
350ebdd444
@ -54,10 +54,10 @@ module Voicemeeter
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Represents a RemoteBasic type
|
# Represents a Basic Remote
|
||||||
class RemoteBasic < Remote; end
|
class RemoteBasic < Remote; end
|
||||||
|
|
||||||
# Represents a RemoteBanana type
|
# Represents a Banana Remote
|
||||||
class RemoteBanana < Remote
|
class RemoteBanana < Remote
|
||||||
public attr_reader :recorder, :patch
|
public attr_reader :recorder, :patch
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ module Voicemeeter
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Represents a RemotePotato type
|
# Represents a Potato Remote
|
||||||
class RemotePotato < Remote
|
class RemotePotato < Remote
|
||||||
public attr_reader :recorder, :patch, :fx
|
public attr_reader :recorder, :patch, :fx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user