Class: ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements::SequenceReset::Data

Inherits:
Struct
  • Object
show all
Defined in:
activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



363
364
365
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

def column
  @column
end

#max_valueObject

Returns the value of attribute max_value

Returns:

  • (Object)

    the current value of max_value



363
364
365
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

def max_value
  @max_value
end

#min_valueObject

Returns the value of attribute min_value

Returns:

  • (Object)

    the current value of min_value



363
364
365
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

def min_value
  @min_value
end

#sequenceObject

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



363
364
365
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363

def sequence
  @sequence
end