Class: PostgresPR::BackendKeyData
- Defined in:
- lib/postgres-pr/message.rb
Constant Summary
Constants inherited from Message
Instance Method Summary collapse
Methods inherited from Message
create, #dump, dump, read, register_message_type
Instance Method Details
#parse(buffer) ⇒ Object
154 155 156 157 158 |
# File 'lib/postgres-pr/message.rb', line 154 def parse(buffer) super do buffer.read(8) end end |