Class: Pcrd::Schema::ObjectReader::IdentityColumn

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/schema/object_reader.rb

Overview

kind: “identity” | “serial”

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



15
16
17
# File 'lib/pcrd/schema/object_reader.rb', line 15

def column
  @column
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



15
16
17
# File 'lib/pcrd/schema/object_reader.rb', line 15

def kind
  @kind
end