Class: Increase::Models::AccountTransfer::CreatedBy::APIKey
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::AccountTransfer::CreatedBy::APIKey
- Defined in:
- lib/increase/models/account_transfer.rb,
sig/increase/models/account_transfer.rbs
Overview
Instance Attribute Summary collapse
-
#description ⇒ String?
The description set for the API key when it was created.
Instance Method Summary collapse
-
#initialize ⇒ APIKey
constructor
A new instance of APIKey.
- #to_hash ⇒ { description: String? }
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 ⇒ APIKey
Returns a new instance of APIKey.
171 |
# File 'sig/increase/models/account_transfer.rbs', line 171
def initialize: (description: String?) -> void
|
Instance Attribute Details
#description ⇒ String?
The description set for the API key when it was created.
278 |
# File 'lib/increase/models/account_transfer.rb', line 278 required :description, String, nil?: true |
Instance Method Details
#to_hash ⇒ { description: String? }
173 |
# File 'sig/increase/models/account_transfer.rbs', line 173
def to_hash: -> { description: String? }
|