Sha256: e5d0de33cc972ee8365b7ebeb1c9abb0a5830faad7f8656abde2e23db45df705
Contents?: true
Size: 327 Bytes
Versions: 11
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Polyn class Cli ## # Access cloud event information class CloudEvent def self.to_h path = File.expand_path(File.join(File.dirname(__FILE__), "../cloud-event-schema.json")) file = File.open(path) JSON.parse(file.read) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems