Class: WhopSDK::Models::ExperienceListResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- WhopSDK::Models::ExperienceListResponse
- Defined in:
- lib/whop_sdk/models/experience_list_response.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#app ⇒ WhopSDK::Models::ExperienceListResponse::App
The experience interface for this experience.
-
#company ⇒ WhopSDK::Models::ExperienceListResponse::Company
The company that owns this experience.
-
#created_at ⇒ Time
The timestamp of when this experience was created.
-
#id ⇒ String
The unique ID representing this experience.
-
#image ⇒ WhopSDK::Models::ExperienceListResponse::Image?
The logo for the experience.
-
#name ⇒ String
The written name of the description.
-
#order ⇒ String?
The order of the experience in the section.
Instance Method Summary collapse
-
#initialize(id: , route: , title: ) ⇒ Object
constructor
The company that owns this experience.
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: , route: , title: ) ⇒ Object
The company that owns this experience.
|
|
# File 'lib/whop_sdk/models/experience_list_response.rb', line 49
|
Instance Attribute Details
#app ⇒ WhopSDK::Models::ExperienceListResponse::App
The experience interface for this experience.
17 |
# File 'lib/whop_sdk/models/experience_list_response.rb', line 17 required :app, -> { WhopSDK::Models::ExperienceListResponse::App } |
#company ⇒ WhopSDK::Models::ExperienceListResponse::Company
The company that owns this experience.
23 |
# File 'lib/whop_sdk/models/experience_list_response.rb', line 23 required :company, -> { WhopSDK::Models::ExperienceListResponse::Company } |
#created_at ⇒ Time
The timestamp of when this experience was created.
29 |
# File 'lib/whop_sdk/models/experience_list_response.rb', line 29 required :created_at, Time |
#id ⇒ String
The unique ID representing this experience
11 |
# File 'lib/whop_sdk/models/experience_list_response.rb', line 11 required :id, String |
#image ⇒ WhopSDK::Models::ExperienceListResponse::Image?
The logo for the experience.
35 |
# File 'lib/whop_sdk/models/experience_list_response.rb', line 35 required :image, -> { WhopSDK::Models::ExperienceListResponse::Image }, nil?: true |
#name ⇒ String
The written name of the description.
41 |
# File 'lib/whop_sdk/models/experience_list_response.rb', line 41 required :name, String |
#order ⇒ String?
The order of the experience in the section
47 |
# File 'lib/whop_sdk/models/experience_list_response.rb', line 47 required :order, String, nil?: true |