Module: Lithic::Models::AuthRules::VelocityLimitPeriod
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/lithic/models/auth_rules/velocity_limit_period.rb
Overview
Velocity over the current day since 00:00 / 12 AM in Eastern Time
Defined Under Namespace
Classes: FixedWindowDay, FixedWindowMonth, FixedWindowWeek, FixedWindowYear, TrailingWindowObject
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(day_of_month: nil, type: :MONTH) ⇒ Object
Some parameter documentations has been truncated, see FixedWindowMonth for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(Lithic::Models::AuthRules::VelocityLimitPeriod::TrailingWindowObject, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowDay, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowWeek, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowMonth, Lithic::Models::AuthRules::VelocityLimitPeriod::FixedWindowYear)
|
|
# File 'lib/lithic/models/auth_rules/velocity_limit_period.rb', line 149
|
Instance Method Details
#initialize(day_of_month: nil, type: :MONTH) ⇒ Object
Some parameter documentations has been truncated, see FixedWindowMonth for more details.
Velocity over the current month since 00:00 / 12 AM in Eastern Time on specified ‘day_of_month`.
|
|
# File 'lib/lithic/models/auth_rules/velocity_limit_period.rb', line 37
|