Class: ConcurrentPipeline::Stores::Schema::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



4
5
6
# File 'lib/concurrent_pipeline/stores/schema.rb', line 4

def block
  @block
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/concurrent_pipeline/stores/schema.rb', line 4

def name
  @name
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



4
5
6
# File 'lib/concurrent_pipeline/stores/schema.rb', line 4

def table
  @table
end