Class: PartitionGardener::GapDetection::Gap

Inherits:
Data
  • Object
show all
Defined in:
lib/partition_gardener/gap_detection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



3
4
5
# File 'lib/partition_gardener/gap_detection.rb', line 3

def message
  @message
end

#range_endObject (readonly)

Returns the value of attribute range_end

Returns:

  • (Object)

    the current value of range_end



3
4
5
# File 'lib/partition_gardener/gap_detection.rb', line 3

def range_end
  @range_end
end

#range_startObject (readonly)

Returns the value of attribute range_start

Returns:

  • (Object)

    the current value of range_start



3
4
5
# File 'lib/partition_gardener/gap_detection.rb', line 3

def range_start
  @range_start
end