Class: PartitionGardener::GapDetection::Gap
- Inherits:
-
Data
- Object
- Data
- PartitionGardener::GapDetection::Gap
- Defined in:
- lib/partition_gardener/gap_detection.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#range_end ⇒ Object
readonly
Returns the value of attribute range_end.
-
#range_start ⇒ Object
readonly
Returns the value of attribute range_start.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
3 4 5 |
# File 'lib/partition_gardener/gap_detection.rb', line 3 def @message end |
#range_end ⇒ Object (readonly)
Returns the value of attribute range_end
3 4 5 |
# File 'lib/partition_gardener/gap_detection.rb', line 3 def range_end @range_end end |
#range_start ⇒ Object (readonly)
Returns the value of attribute range_start
3 4 5 |
# File 'lib/partition_gardener/gap_detection.rb', line 3 def range_start @range_start end |