Class: ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatements::SequenceReset::Data
- Defined in:
- activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#max_value ⇒ Object
Returns the value of attribute max_value.
-
#min_value ⇒ Object
Returns the value of attribute min_value.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
363 364 365 |
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363 def column @column end |
#max_value ⇒ Object
Returns the value of attribute 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_value ⇒ Object
Returns the value of attribute min_value
363 364 365 |
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363 def min_value @min_value end |
#sequence ⇒ Object
Returns the value of attribute sequence
363 364 365 |
# File 'activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rb', line 363 def sequence @sequence end |