Class: Knockapi::Models::Users::GuideGetChannelResponse::Entry::ActivationURLRule
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Knockapi::Models::Users::GuideGetChannelResponse::Entry::ActivationURLRule
- Defined in:
- lib/knockapi/models/users/guide_get_channel_response.rb,
sig/knockapi/models/users/guide_get_channel_response.rbs
Instance Attribute Summary collapse
-
#argument ⇒ String?
The value to compare against.
-
#directive ⇒ String?
The directive for the URL rule ('allow' or 'block').
-
#operator ⇒ String?
The comparison operator ('contains' or 'equal_to').
-
#variable ⇒ String?
The variable to evaluate ('pathname').
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
204 |
# File 'sig/knockapi/models/users/guide_get_channel_response.rbs', line 204
def initialize: (
|
Instance Attribute Details
#argument ⇒ String?
The value to compare against
194 |
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 194 optional :argument, String |
#directive ⇒ String?
The directive for the URL rule ('allow' or 'block')
200 |
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 200 optional :directive, String |
#operator ⇒ String?
The comparison operator ('contains' or 'equal_to')
206 |
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 206 optional :operator, String |
#variable ⇒ String?
The variable to evaluate ('pathname')
212 |
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 212 optional :variable, String |
Instance Method Details
#to_hash ⇒ {
211 |
# File 'sig/knockapi/models/users/guide_get_channel_response.rbs', line 211
def to_hash: -> {
|