Sha256: bcbbba30ccb7fe7b70b1d673712d473e529546707f6229df5f77803a99133421
Contents?: true
Size: 205 Bytes
Versions: 3
Compression:
Stored size: 205 Bytes
Contents
module RestApi class Environment < RestApi::Base include RestApi::Cacheable allow_anonymous singleton schema do string :domain_suffix end cache_find_method :one end end
Version data entries
3 entries across 3 versions & 1 rubygems