Method: Flydata::TableAttribute.find_table

Defined in:
lib/flydata/table_attribute.rb

.find_table(table_attributes, tbl_name) ⇒ Object



58
59
60
# File 'lib/flydata/table_attribute.rb', line 58

def self.find_table(table_attributes, tbl_name)
  table_attributes.find {|tbl_attr| tbl_attr['table_name'] == tbl_name}
end