Module: GrowsurfRuby::Models::TeamResendOwnerVerificationEmailResponse::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/growsurf_ruby/models/team_resend_owner_verification_email_response.rb,
sig/growsurf_ruby/models/team_resend_owner_verification_email_response.rbs
Constant Summary collapse
- SENT =
:SENT
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(status:, success:) ⇒ Object
- #self?.values ⇒ ::Array[GrowsurfRuby::Models::TeamResendOwnerVerificationEmailResponse::status]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/growsurf_ruby/models/team_resend_owner_verification_email_response.rb', line 29
|
Instance Method Details
#initialize(status:, success:) ⇒ Object
24 25 26 27 28 29 30 31 |
# File 'lib/growsurf_ruby/models/team_resend_owner_verification_email_response.rb', line 24 module Status extend GrowsurfRuby::Internal::Type::Enum SENT = :SENT # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[GrowsurfRuby::Models::TeamResendOwnerVerificationEmailResponse::status]
27 |
# File 'sig/growsurf_ruby/models/team_resend_owner_verification_email_response.rbs', line 27
def self?.values: -> ::Array[GrowsurfRuby::Models::TeamResendOwnerVerificationEmailResponse::status]
|