Class: Increase::Models::RealTimePaymentsTransfer::Acknowledgement
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::RealTimePaymentsTransfer::Acknowledgement
- Defined in:
- lib/increase/models/real_time_payments_transfer.rb,
sig/increase/models/real_time_payments_transfer.rbs
Overview
Instance Attribute Summary collapse
-
#acknowledged_at ⇒ Time
When the transfer was acknowledged.
Instance Method Summary collapse
-
#initialize ⇒ Acknowledgement
constructor
A new instance of Acknowledgement.
- #to_hash ⇒ { acknowledged_at: Time }
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 ⇒ Acknowledgement
Returns a new instance of Acknowledgement.
144 |
# File 'sig/increase/models/real_time_payments_transfer.rbs', line 144
def initialize: (acknowledged_at: Time) -> void
|
Instance Attribute Details
#acknowledged_at ⇒ Time
When the transfer was acknowledged.
238 |
# File 'lib/increase/models/real_time_payments_transfer.rb', line 238 required :acknowledged_at, Time |
Instance Method Details
#to_hash ⇒ { acknowledged_at: Time }
146 |
# File 'sig/increase/models/real_time_payments_transfer.rbs', line 146
def to_hash: -> { acknowledged_at: Time }
|