Class: Lithic::Models::AuthRules::AuthRule::CurrentVersion
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::AuthRules::AuthRule::CurrentVersion
- Defined in:
- lib/lithic/models/auth_rules/auth_rule.rb,
sig/lithic/models/auth_rules/auth_rule.rbs
Overview
Defined Under Namespace
Modules: Parameters
Instance Attribute Summary collapse
-
#parameters ⇒ Lithic::Models::AuthRules::ConditionalBlockParameters, ...
Parameters for the Auth Rule.
-
#version ⇒ Integer
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(parameters:, version:) ⇒ Object
constructor
Some parameter documentations has been truncated, see CurrentVersion for more details.
- #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(parameters:, version:) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::AuthRules::AuthRule::CurrentVersion for more details.
|
|
# File 'lib/lithic/models/auth_rules/auth_rule.rb', line 162
|
Instance Attribute Details
#parameters ⇒ Lithic::Models::AuthRules::ConditionalBlockParameters, ...
Parameters for the Auth Rule
151 |
# File 'lib/lithic/models/auth_rules/auth_rule.rb', line 151 required :parameters, union: -> { Lithic::AuthRules::AuthRule::CurrentVersion::Parameters } |
#version ⇒ Integer
Returns the value of attribute version.
109 110 111 |
# File 'sig/lithic/models/auth_rules/auth_rule.rbs', line 109 def version @version end |
Instance Method Details
#to_hash ⇒ {
116 |
# File 'sig/lithic/models/auth_rules/auth_rule.rbs', line 116
def to_hash: -> {
|