Class: RhetButler::Stasis::TranformationOrder

Inherits:
Object
  • Object
show all
Defined in:
lib/rhet-butler/stasis/transform-queue.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(document, source_link, target_link, storage_target) ⇒ TranformationOrder

Returns a new instance of TranformationOrder.



7
8
9
10
# File 'lib/rhet-butler/stasis/transform-queue.rb', line 7

def initialize(document, source_link, target_link, storage_target)
  @document, @source_link, @target_link, @storage_target =
    document, source_link, target_link, storage_target
end

Instance Attribute Details

Returns the value of attribute source_link.



5
6
7
# File 'lib/rhet-butler/stasis/transform-queue.rb', line 5

def source_link
  @source_link
end

#storage_targetObject

Returns the value of attribute storage_target.



5
6
7
# File 'lib/rhet-butler/stasis/transform-queue.rb', line 5

def storage_target
  @storage_target
end

Returns the value of attribute target_link.



5
6
7
# File 'lib/rhet-butler/stasis/transform-queue.rb', line 5

def target_link
  @target_link
end