class Lexicon::Common::Package::V2::SourceFileSet
Attributes
id[R]
name[R]
structure[R]
tables[R]
Public Class Methods
new(id:, name:, structure:, tables:)
click to toggle source
@param [String] id @param [String] name @param [String] structure @param [Hash{String=>Array<String>}] tables
# File lib/lexicon/common/package/v2/source_file_set.rb, line 16 def initialize(id:, name:, structure:, tables:) @id = id @name = name @structure = structure @tables = tables.freeze end