Class: PartitionGardener::Connection::AttachedPartition

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#defaultObject (readonly)

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



189
190
191
# File 'lib/partition_gardener/connection.rb', line 189

def default
  @default
end

#list_valuesObject (readonly)

Returns the value of attribute list_values

Returns:

  • (Object)

    the current value of list_values



189
190
191
# File 'lib/partition_gardener/connection.rb', line 189

def list_values
  @list_values
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



189
190
191
# File 'lib/partition_gardener/connection.rb', line 189

def name
  @name
end

#range_endObject (readonly)

Returns the value of attribute range_end

Returns:

  • (Object)

    the current value of range_end



189
190
191
# File 'lib/partition_gardener/connection.rb', line 189

def range_end
  @range_end
end

#range_startObject (readonly)

Returns the value of attribute range_start

Returns:

  • (Object)

    the current value of range_start



189
190
191
# File 'lib/partition_gardener/connection.rb', line 189

def range_start
  @range_start
end

Instance Method Details

#signatureObject



190
191
192
# File 'lib/partition_gardener/connection.rb', line 190

def signature
  [name, range_start, range_end, default, list_values]
end