Class: WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember2
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember2
- Defined in:
- lib/whop_sdk/models/financial_activity_list_response.rb,
sig/whop_sdk/models/financial_activity_list_response.rbs
Defined Under Namespace
Modules: Object
Instance Attribute Summary collapse
-
#id ⇒ String
Bounty ID.
- #object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember2::Object
-
#status ⇒ String
Bounty lifecycle status.
-
#title ⇒ String
Bounty title.
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
#initialize(id:, object:, status:, title:) ⇒ Object
|
|
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 317
|
Instance Attribute Details
#id ⇒ String
Bounty ID.
297 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 297 required :id, String |
#object ⇒ Symbol, WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember2::Object
302 303 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 302 required :object, enum: -> { WhopSDK::Models::FinancialActivityListResponse::Data::Resource::UnionMember2::Object } |
#status ⇒ String
Bounty lifecycle status.
309 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 309 required :status, String |
#title ⇒ String
Bounty title.
315 |
# File 'lib/whop_sdk/models/financial_activity_list_response.rb', line 315 required :title, String |
Instance Method Details
#to_hash ⇒ {
251 |
# File 'sig/whop_sdk/models/financial_activity_list_response.rbs', line 251
def to_hash: -> {
|