Class: Increase::Models::CardPushTransfer::CreatedBy::User
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPushTransfer::CreatedBy::User
- Defined in:
- lib/increase/models/card_push_transfer.rb,
sig/increase/models/card_push_transfer.rbs
Overview
Instance Attribute Summary collapse
-
#email ⇒ String
The email address of the User.
Instance Method Summary collapse
-
#initialize ⇒ User
constructor
A new instance of User.
- #to_hash ⇒ { email: 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 ⇒ User
Returns a new instance of User.
401 |
# File 'sig/increase/models/card_push_transfer.rbs', line 401
def initialize: (email: String) -> void
|
Instance Attribute Details
#email ⇒ String
The email address of the User.
590 |
# File 'lib/increase/models/card_push_transfer.rb', line 590 required :email, String |
Instance Method Details
#to_hash ⇒ { email: String }
403 |
# File 'sig/increase/models/card_push_transfer.rbs', line 403
def to_hash: -> { email: String }
|