Class: PgSequencer::ConnectionAdapters::SequenceDefinition
- Inherits:
-
Struct
- Object
- Struct
- PgSequencer::ConnectionAdapters::SequenceDefinition
- Defined in:
- lib/pg_sequencer/connection_adapters/postgresql_adapter.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/pg_sequencer/connection_adapters/postgresql_adapter.rb', line 4 def name @name end |
#options ⇒ Object
Returns the value of attribute options
4 5 6 |
# File 'lib/pg_sequencer/connection_adapters/postgresql_adapter.rb', line 4 def @options end |