Class: ConcurrentPipeline::Stores::Schema::Record
- Inherits:
-
Data
- Object
- Data
- ConcurrentPipeline::Stores::Schema::Record
- Defined in:
- lib/concurrent_pipeline/stores/schema.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
4 5 6 |
# File 'lib/concurrent_pipeline/stores/schema.rb', line 4 def block @block end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/concurrent_pipeline/stores/schema.rb', line 4 def name @name end |
#table ⇒ Object (readonly)
Returns the value of attribute table
4 5 6 |
# File 'lib/concurrent_pipeline/stores/schema.rb', line 4 def table @table end |