class Orchestrate::Application::SchemaEventType

Schema support object.

Attributes

name[R]
properties[R]

Public Class Methods

new(event_type, properties) click to toggle source
# File rails/lib/orchestrate_application/schema_collection.rb, line 39
def initialize(event_type, properties)
  @name, @properties = event_type, properties
end