mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2026-04-19 17:33:32 +00:00
upd docstrings
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user