Sha256: 60af89c06f94be8599716798477a70e8d3f457af85e93bf4478a375c38f77a6f
Contents?: true
Size: 706 Bytes
Versions: 5
Compression:
Stored size: 706 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module HasJSendResult module Entities class Result module Plugins module CanHaveCheckedStatus module Concern include Support::Concern instance_methods do ## # @return [Boolean] # def has_checked_status? Utils.to_bool(internals.cache[:has_checked_status]) end end end end end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems