Class: CleverSequence::PostgresBackend::SequenceResult::Missing

Inherits:
Data
  • Object
show all
Defined in:
lib/demo_mode/clever_sequence/postgres_backend.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject (readonly)

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



25
26
27
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 25

def attribute
  @attribute
end

#calculated_start_valueObject (readonly)

Returns the value of attribute calculated_start_value

Returns:

  • (Object)

    the current value of calculated_start_value



25
26
27
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 25

def calculated_start_value
  @calculated_start_value
end

#klassObject (readonly)

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



25
26
27
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 25

def klass
  @klass
end

#sequence_nameObject (readonly)

Returns the value of attribute sequence_name

Returns:

  • (Object)

    the current value of sequence_name



25
26
27
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 25

def sequence_name
  @sequence_name
end