Class: VersionedStore::Stores::Schema::Record

Inherits:
Data
  • Object
show all
Defined in:
lib/versioned_store/stores/schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blocksObject (readonly)

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



7
8
9
# File 'lib/versioned_store/stores/schema.rb', line 7

def blocks
  @blocks
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/versioned_store/stores/schema.rb', line 7

def name
  @name
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



7
8
9
# File 'lib/versioned_store/stores/schema.rb', line 7

def table
  @table
end