Module: Fossilize::Delta
- Defined in:
- lib/fossilize/delta.rb
Constant Summary collapse
- NHASH =
16
Instance Attribute Summary collapse
-
#chunks ⇒ Object
Returns the value of attribute chunks.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#target ⇒ Object
Returns the value of attribute target.
Class Method Summary collapse
Instance Attribute Details
#chunks ⇒ Object
Returns the value of attribute chunks.
5 6 7 |
# File 'lib/fossilize/delta.rb', line 5 def chunks @chunks end |
#origin ⇒ Object
Returns the value of attribute origin.
5 6 7 |
# File 'lib/fossilize/delta.rb', line 5 def origin @origin end |
#target ⇒ Object
Returns the value of attribute target.
5 6 7 |
# File 'lib/fossilize/delta.rb', line 5 def target @target end |
Class Method Details
.process_origin(origin) ⇒ Object
9 10 11 |
# File 'lib/fossilize/delta.rb', line 9 def self.process_origin(origin) end |