module ContractedValue::RefrigerationMode::Enum

Constants

DEEP
NONE
SHALLOW

Public Class Methods

all() click to toggle source
# File lib/contracted_value/core.rb, line 13
def self.all
  [
    DEEP,
    SHALLOW,
    NONE,
  ].freeze
end