Module: Strict::Attributes::Class

Defined in:
lib/strict/attributes/class.rb

Constant Summary collapse

CONSTANT =
:STRICT_INTERNAL_ATTRIBUTES_CONFIGURATION__

Instance Method Summary collapse

Instance Method Details

#coercerObject



12
13
14
# File 'lib/strict/attributes/class.rb', line 12

def coercer
  Coercer.new(self)
end

#strict_attributesObject



8
9
10
# File 'lib/strict/attributes/class.rb', line 8

def strict_attributes
  self::STRICT_INTERNAL_ATTRIBUTES_CONFIGURATION__
end