Class: Pcrd::Schema::ObjectReader::Constraint

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

Overview

kind: f|u|c

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



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

def columns
  @columns
end

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



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

def definition
  @definition
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



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

def kind
  @kind
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end