Class: LaunchDarkly::Impl::Model::MigrationSettings Private
- Inherits:
-
Object
- Object
- LaunchDarkly::Impl::Model::MigrationSettings
- Defined in:
- lib/ldclient-rb/impl/model/feature_flag.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #check_ratio ⇒ Integer? readonly private
Instance Method Summary collapse
-
#initialize(check_ratio) ⇒ MigrationSettings
constructor
private
A new instance of MigrationSettings.
Constructor Details
#initialize(check_ratio) ⇒ MigrationSettings
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of MigrationSettings.
190 191 192 |
# File 'lib/ldclient-rb/impl/model/feature_flag.rb', line 190 def initialize(check_ratio) @check_ratio = check_ratio end |
Instance Attribute Details
#check_ratio ⇒ Integer? (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
195 196 197 |
# File 'lib/ldclient-rb/impl/model/feature_flag.rb', line 195 def check_ratio @check_ratio end |