Class: Neuron::Schema::Event

Inherits:
Object
  • Object
show all
Includes:
Common
Defined in:
lib/neuron-client/schema/event.rb

Constant Summary collapse

SCHEMA =
self.new

Instance Method Summary collapse

Methods included from Common

#choice_of, #datetime, #errors, #id, included, #integer, #merged, #missing_or_null, #missing_or_null_or_empty_hash, #nonnull_string, #null, #nullable_string, #object_type, #object_type_or_null, #one_of, #parameters, #priority, #set_of, #slug, #timezone, #url, #uuid, #weight, #yes_no

Instance Method Details

#createObject



8
9
10
# File 'lib/neuron-client/schema/event.rb', line 8

def create
  {} #TODO
end

#multi_createObject



12
13
14
# File 'lib/neuron-client/schema/event.rb', line 12

def multi_create
  {} #TODO
end