Class: Cadenya::Models::AccountInfo
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::AccountInfo
- Defined in:
- lib/cadenya/models/account_info.rb,
sig/cadenya/models/account_info.rbs
Instance Attribute Summary collapse
-
#global_api_key ⇒ Cadenya::APIKey?
readonly
Returns the value of attribute global_api_key.
-
#webhook_events_hmac_secret ⇒ String?
readonly
Returns the value of attribute webhook_events_hmac_secret.
Instance Method Summary collapse
- #global_api_key ⇒ Cadenya::APIKey readonly
-
#initialize(global_api_key: nil, webhook_events_hmac_secret: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see AccountInfo for more details.
- #to_hash ⇒ {
- #webhook_events_hmac_secret ⇒ String readonly
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(global_api_key: nil, webhook_events_hmac_secret: nil) ⇒ Object
Some parameter documentations has been truncated, see Cadenya::Models::AccountInfo for more details.
Server-populated information about the account.
|
|
# File 'lib/cadenya/models/account_info.rb', line 24
|
Instance Attribute Details
#global_api_key ⇒ Cadenya::APIKey? (readonly)
Returns the value of attribute global_api_key.
7 8 9 |
# File 'sig/cadenya/models/account_info.rbs', line 7 def global_api_key @global_api_key end |
#webhook_events_hmac_secret ⇒ String? (readonly)
Returns the value of attribute webhook_events_hmac_secret.
11 12 13 |
# File 'sig/cadenya/models/account_info.rbs', line 11 def webhook_events_hmac_secret @webhook_events_hmac_secret end |
Instance Method Details
#global_api_key= ⇒ Cadenya::APIKey (readonly)
9 |
# File 'sig/cadenya/models/account_info.rbs', line 9
def global_api_key=: (Cadenya::APIKey) -> Cadenya::APIKey
|
#to_hash ⇒ {
20 |
# File 'sig/cadenya/models/account_info.rbs', line 20
def to_hash: -> {
|
#webhook_events_hmac_secret= ⇒ String (readonly)
13 |
# File 'sig/cadenya/models/account_info.rbs', line 13
def webhook_events_hmac_secret=: (String) -> String
|