Sha256: 187985ec6afbc933fa066299db922d1ea6c4aa6217ed64595512d79570143401
Contents?: true
Size: 274 Bytes
Versions: 5
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module Kentaa module Api module Resources class Sites < Base def current(options = {}) site = Kentaa::Api::Resources::Site.new(config, options: options) site.load end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems