Module: Serega::SeregaValidations::CheckSerializeParams::InstanceMethods
- Included in:
- Serega::SeregaValidations::CheckSerializeParams
- Defined in:
- lib/serega/validations/check_serialize_params.rb
Instance Attribute Summary collapse
-
#opts ⇒ Object
readonly
Returns the value of attribute opts.
Instance Method Summary collapse
Instance Attribute Details
#opts ⇒ Object (readonly)
Returns the value of attribute opts.
7 8 9 |
# File 'lib/serega/validations/check_serialize_params.rb', line 7 def opts @opts end |
Instance Method Details
#initialize(opts) ⇒ Object
9 10 11 |
# File 'lib/serega/validations/check_serialize_params.rb', line 9 def initialize(opts) @opts = opts end |
#validate ⇒ Object
13 14 15 |
# File 'lib/serega/validations/check_serialize_params.rb', line 13 def validate check_opts end |