Method: DbMeta::Oracle::TableDataCollection#initialize

Defined in:
lib/db_meta/oracle/types/table_data_collection.rb

#initialize(args = {}) ⇒ TableDataCollection

Returns a new instance of TableDataCollection.



8
9
10
11
12
13
14
# File 'lib/db_meta/oracle/types/table_data_collection.rb', line 8

def initialize(args = {})
  @name = args[:name]
  @type = args[:type]
  @status = :valid
  @extract_type = :default
  @tables = args[:tables]
end