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



23
24
25
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 23

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



23
24
25
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 23

def calculated_start_value
  @calculated_start_value
end

#klassObject (readonly)

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



23
24
25
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 23

def klass
  @klass
end

#sequence_nameObject (readonly)

Returns the value of attribute sequence_name

Returns:

  • (Object)

    the current value of sequence_name



23
24
25
# File 'lib/demo_mode/clever_sequence/postgres_backend.rb', line 23

def sequence_name
  @sequence_name
end