Class: PartitionGardener::Connection::AttachedPartition
- Inherits:
-
Data
- Object
- Data
- PartitionGardener::Connection::AttachedPartition
- Defined in:
- lib/partition_gardener/connection.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#list_values ⇒ Object
readonly
Returns the value of attribute list_values.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#range_end ⇒ Object
readonly
Returns the value of attribute range_end.
-
#range_start ⇒ Object
readonly
Returns the value of attribute range_start.
Instance Method Summary collapse
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
189 190 191 |
# File 'lib/partition_gardener/connection.rb', line 189 def default @default end |
#list_values ⇒ Object (readonly)
Returns the value of attribute list_values
189 190 191 |
# File 'lib/partition_gardener/connection.rb', line 189 def list_values @list_values end |
#name ⇒ Object (readonly)
Returns the value of attribute name
189 190 191 |
# File 'lib/partition_gardener/connection.rb', line 189 def name @name end |
#range_end ⇒ Object (readonly)
Returns the value of attribute range_end
189 190 191 |
# File 'lib/partition_gardener/connection.rb', line 189 def range_end @range_end end |
#range_start ⇒ Object (readonly)
Returns the value of attribute range_start
189 190 191 |
# File 'lib/partition_gardener/connection.rb', line 189 def range_start @range_start end |
Instance Method Details
#signature ⇒ Object
190 191 192 |
# File 'lib/partition_gardener/connection.rb', line 190 def signature [name, range_start, range_end, default, list_values] end |