Class: Pcrd::Schema::ObjectReader::Index

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



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

def columns
  @columns
end

#definitionObject (readonly)

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



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

def definition
  @definition
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#uniqueObject (readonly)

Returns the value of attribute unique

Returns:

  • (Object)

    the current value of unique



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

def unique
  @unique
end