Module: FunctionsFramework::CloudEvents

Defined in:
lib/functions_framework/cloud_events.rb,
lib/functions_framework/cloud_events/event.rb,
lib/functions_framework/cloud_events/errors.rb,
lib/functions_framework/cloud_events/event/v1.rb,
lib/functions_framework/cloud_events/json_format.rb,
lib/functions_framework/cloud_events/content_type.rb,
lib/functions_framework/cloud_events/http_binding.rb

Overview

CloudEvents implementation.

This is a Ruby implementation of the CloudEvents 1.0 specification.

Defined Under Namespace

Modules: Event Classes: AttributeError, CloudEventsError, ContentType, HttpBinding, HttpContentError, JsonFormat, SpecVersionError

Class Method Summary collapse

Class Method Details

.supported_spec_versionsArray<String>

The spec versions supported by this implementation.

Returns:

  • (Array<String>)


38
39
40
# File 'lib/functions_framework/cloud_events.rb', line 38

def supported_spec_versions
  SUPPORTED_SPEC_VERSIONS
end