Method: WithModel::Model#table_block=

Defined in:
lib/with_model/model.rb

#table_block=(value) ⇒ Object (writeonly)

Sets the attribute table_block

Parameters:

  • the value to set the attribute table_block to.



14
15
16
# File 'lib/with_model/model.rb', line 14

def table_block=(value)
  @table_block = value
end