Class: Optify::GetOptionsPreferences
- Inherits:
-
Object
- Object
- Optify::GetOptionsPreferences
- Defined in:
- lib/optify_ruby/get_options_preferences.rb
Overview
Preferences for ‘get_options`.
Instance Method Summary collapse
-
#constraints=(constraints) ⇒ Object
: (Hash[untyped, untyped]? constraints) -> void.
-
#overrides=(overrides) ⇒ Object
: (Hash[untyped, untyped]? overrides) -> void.
Instance Method Details
#constraints=(constraints) ⇒ Object
: (Hash[untyped, untyped]? constraints) -> void
9 10 11 |
# File 'lib/optify_ruby/get_options_preferences.rb', line 9 def constraints=(constraints) self.constraints_json = constraints&.to_json end |
#overrides=(overrides) ⇒ Object
: (Hash[untyped, untyped]? overrides) -> void
15 16 17 |
# File 'lib/optify_ruby/get_options_preferences.rb', line 15 def overrides=(overrides) self.overrides_json = overrides&.to_json end |