class Hyalite::ReconcileTransaction
Public Class Methods
new()
click to toggle source
Calls superclass method
Transaction::new
# File lib/hyalite/reconcile_transaction.rb, line 6 def initialize @mount_ready_wrapper = MountReadyWrapper.new super [ @mount_ready_wrapper, EventSuppressionWrapper.new ] end
Public Instance Methods
mount_ready()
click to toggle source
# File lib/hyalite/reconcile_transaction.rb, line 11 def mount_ready @mount_ready_wrapper.queue end