Module: FileReplicator::ReplicatorHelper
Constant Summary collapse
- READ_BUFFER =
256 * 1024
Instance Attribute Summary collapse
-
#checksum ⇒ Object
readonly
Returns the value of attribute checksum.
-
#colour ⇒ Object
readonly
Returns the value of attribute colour.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Attribute Details
#checksum ⇒ Object (readonly)
Returns the value of attribute checksum.
7 8 9 |
# File 'lib/file_replicator/replicator_helper.rb', line 7 def checksum @checksum end |
#colour ⇒ Object (readonly)
Returns the value of attribute colour.
7 8 9 |
# File 'lib/file_replicator/replicator_helper.rb', line 7 def colour @colour end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
7 8 9 |
# File 'lib/file_replicator/replicator_helper.rb', line 7 def @options end |