Class: NxgCore

Inherits:
Object
  • Object
show all
Defined in:
lib/nxgreport/nxgcore.rb

Instance Method Summary collapse

Instance Method Details

#instance(data_provider: Hash.new()) ⇒ Object



214
215
216
# File 'lib/nxgreport/nxgcore.rb', line 214

def instance(data_provider: Hash.new())
    NxgReport.new(data_provider)
end