Class: PG::Replication::Protocol::XLogData
- Inherits:
-
Data
- Object
- Data
- PG::Replication::Protocol::XLogData
- Defined in:
- lib/pg/replication/protocol.rb
Instance Attribute Summary collapse
-
#current_lsn ⇒ Object
readonly
Returns the value of attribute current_lsn.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#lsn ⇒ Object
readonly
Returns the value of attribute lsn.
-
#server_time ⇒ Object
readonly
Returns the value of attribute server_time.
Instance Attribute Details
#current_lsn ⇒ Object (readonly)
Returns the value of attribute current_lsn
6 7 8 |
# File 'lib/pg/replication/protocol.rb', line 6 def current_lsn @current_lsn end |
#data ⇒ Object (readonly)
Returns the value of attribute data
6 7 8 |
# File 'lib/pg/replication/protocol.rb', line 6 def data @data end |
#lsn ⇒ Object (readonly)
Returns the value of attribute lsn
6 7 8 |
# File 'lib/pg/replication/protocol.rb', line 6 def lsn @lsn end |
#server_time ⇒ Object (readonly)
Returns the value of attribute server_time
6 7 8 |
# File 'lib/pg/replication/protocol.rb', line 6 def server_time @server_time end |