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) }
|
||||
end
|
||||
|
||||
class Response < MetaObject
|
||||
end
|
||||
class Response < MetaObject; end
|
||||
# Represents a request response object
|
||||
|
||||
class Data < MetaObject
|
||||
end
|
||||
class Data < MetaObject; end
|
||||
# Represents an event data object
|
||||
|
||||
module TearDown
|
||||
def stop_driver
|
||||
|
Loading…
Reference in New Issue
Block a user