Class: Increase::Models::CheckTransfer::CreatedBy::APIKey

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/check_transfer.rb,
sig/increase/models/check_transfer.rbs

Overview

See Also:

  • Increase::Models::CheckTransfer::CreatedBy#api_key

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeAPIKey

Returns a new instance of APIKey.

Parameters:

  • description: (String, nil)


230
# File 'sig/increase/models/check_transfer.rbs', line 230

def initialize: (description: String?) -> void

Instance Attribute Details

#descriptionString?

The description set for the API key when it was created.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


369
# File 'lib/increase/models/check_transfer.rb', line 369

required :description, String, nil?: true

Instance Method Details

#to_hash{ description: String? }

Returns:

  • ({ description: String? })


232
# File 'sig/increase/models/check_transfer.rbs', line 232

def to_hash: -> { description: String? }