Class: Svix::StreamSinkOutConfig::Poller
- Inherits:
-
Object
- Object
- Svix::StreamSinkOutConfig::Poller
- Defined in:
- lib/svix/models/stream_sink_out.rb
Class Method Summary collapse
Instance Method Summary collapse
- #serialize ⇒ Object
-
#to_json ⇒ Object
Serializes the object to a json string.
Class Method Details
.deserialize(attributes = {}) ⇒ Object
20 21 22 |
# File 'lib/svix/models/stream_sink_out.rb', line 20 def self.deserialize(attributes = {}) new end |
Instance Method Details
#serialize ⇒ Object
16 17 18 |
# File 'lib/svix/models/stream_sink_out.rb', line 16 def serialize Hash.new end |
#to_json ⇒ Object
Serializes the object to a json string
25 26 27 |
# File 'lib/svix/models/stream_sink_out.rb', line 25 def to_json JSON.dump(serialize) end |