Class: VersionedStore::Stores::Schema::Record
- Inherits:
-
Data
- Object
- Data
- VersionedStore::Stores::Schema::Record
- Defined in:
- lib/versioned_store/stores/schema.rb
Instance Attribute Summary collapse
-
#blocks ⇒ Object
readonly
Returns the value of attribute blocks.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Attribute Details
#blocks ⇒ Object (readonly)
Returns the value of attribute blocks
7 8 9 |
# File 'lib/versioned_store/stores/schema.rb', line 7 def blocks @blocks end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/versioned_store/stores/schema.rb', line 7 def name @name end |
#table ⇒ Object (readonly)
Returns the value of attribute table
7 8 9 |
# File 'lib/versioned_store/stores/schema.rb', line 7 def table @table end |