mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
add docstring
This commit is contained in:
parent
f669498c69
commit
46bfb53db8
@ -26,11 +26,11 @@ module OBSWS
|
|||||||
def attrs = @fields.map { |f| snakecase(f.to_s) }
|
def attrs = @fields.map { |f| snakecase(f.to_s) }
|
||||||
end
|
end
|
||||||
|
|
||||||
class Response < MetaObject
|
class Response < MetaObject; end
|
||||||
end
|
# Represents a request response object
|
||||||
|
|
||||||
class Data < MetaObject
|
class Data < MetaObject; end
|
||||||
end
|
# Represents an event data object
|
||||||
|
|
||||||
module TearDown
|
module TearDown
|
||||||
def stop_driver
|
def stop_driver
|
||||||
|
Loading…
Reference in New Issue
Block a user