Class: RhetButler::Stasis::TranformationOrder
- Inherits:
-
Object
- Object
- RhetButler::Stasis::TranformationOrder
- Defined in:
- lib/rhet-butler/stasis/transform-queue.rb
Instance Attribute Summary collapse
-
#source_link ⇒ Object
Returns the value of attribute source_link.
-
#storage_target ⇒ Object
Returns the value of attribute storage_target.
-
#target_link ⇒ Object
Returns the value of attribute target_link.
Instance Method Summary collapse
-
#initialize(document, source_link, target_link, storage_target) ⇒ TranformationOrder
constructor
A new instance of TranformationOrder.
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
#source_link ⇒ Object
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_target ⇒ Object
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 |
#target_link ⇒ Object
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 |