Module: Privy::Models::IntentListParams::CurrentUserHasSigned

Extended by:
Internal::Type::Enum
Defined in:
lib/privy/models/intent_list_params.rb

Constant Summary collapse

TRUE =
:true
FALSE =
:false

Instance Method Summary collapse

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

Instance Method Details

#initialize(created_by_id: nil, current_user_has_signed: nil, cursor: nil, intent_type: nil, limit: nil, pending_member_id: nil, resource_id: nil, sort_by: nil, status: nil, request_options: {}) ⇒ Object

Parameters:



78
79
80
81
82
83
84
85
86
# File 'lib/privy/models/intent_list_params.rb', line 78

module CurrentUserHasSigned
  extend Privy::Internal::Type::Enum

  TRUE = :true
  FALSE = :false

  # @!method self.values
  #   @return [Array<Symbol>]
end