Class: Capsium::Package::AuthenticationConfig
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Capsium::Package::AuthenticationConfig
- Defined in:
- lib/capsium/package/authentication_config.rb,
sig/capsium/package/authentication_config.rbs
Overview
Canonical authentication.json model (ARCHITECTURE.md section 4b).
Instance Attribute Summary collapse
-
#authentication ⇒ AuthenticationData?
Returns the value of attribute authentication.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ AuthenticationConfig
constructor
A new instance of AuthenticationConfig.
- #to_hash ⇒ Hash[String, untyped]
- #to_json ⇒ String
Constructor Details
#initialize ⇒ AuthenticationConfig
Returns a new instance of AuthenticationConfig.
63 |
# File 'sig/capsium/package/authentication_config.rbs', line 63
def initialize: (?authentication: AuthenticationData? authentication) -> void
|
Instance Attribute Details
#authentication ⇒ AuthenticationData?
Returns the value of attribute authentication.
61 62 63 |
# File 'sig/capsium/package/authentication_config.rbs', line 61 def authentication @authentication end |
Class Method Details
.from_json ⇒ instance
65 |
# File 'sig/capsium/package/authentication_config.rbs', line 65
def self.from_json: (String json) -> instance
|
Instance Method Details
#to_hash ⇒ Hash[String, untyped]
68 |
# File 'sig/capsium/package/authentication_config.rbs', line 68
def to_hash: () -> Hash[String, untyped]
|
#to_json ⇒ String
67 |
# File 'sig/capsium/package/authentication_config.rbs', line 67
def to_json: (*untyped args) -> String
|