Method: RR::ReplicationDifference#changes
- Defined in:
- lib/rubyrep/replication_difference.rb
#changes ⇒ Object
A hash with keys :left and / or :right. Hash values are LoggedChange instances.
19 20 21 |
# File 'lib/rubyrep/replication_difference.rb', line 19 def changes @changes ||= {} end |