Method: Neuron::Schema::Report#create

Defined in:
lib/neuron-client/schema/report.rb

#createObject



17
18
19
20
21
22
23
# File 'lib/neuron-client/schema/report.rb', line 17

def create
  @@create ||=
  object_type("report",
    :template => choice_of(Neuron::Client::Report::TEMPLATES),
    :parameters => report_parameters
  )
end