Class: EasyParams::Base
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- EasyParams::Base
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/easy_params/base.rb
Overview
Implements validations logic and nesting structures
Class Method Summary collapse
Class Method Details
.name ⇒ Object
10 11 12 |
# File 'lib/easy_params/base.rb', line 10 def self.name 'EasyParams::Base' end |