Sha256: 92e88fd75a38e1ff23a6ca3c38714428fc6055a574311d40723b6ce559e79ac5
Contents?: true
Size: 263 Bytes
Versions: 18
Compression:
Stored size: 263 Bytes
Contents
# typed: true # frozen_string_literal: true module Workato module Connector module Sdk module Dsl module WorkatoSchema def workato_schema(id) WorkatoSchemas.find(id) end end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems