class NxgCore

Public Instance Methods

instance(data_provider: Hash.new()) click to toggle source
# File lib/nxgreport/nxgcore.rb, line 214
def instance(data_provider: Hash.new())
    NxgReport.new(data_provider)
end