Class: Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle
- Defined in:
- lib/onlyfans/models/setting_retrieve_response.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
- #discounts ⇒ Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle::Discounts?
- #durations ⇒ Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle::Durations?
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(number_0: nil, number_10: nil, number_15: nil, number_20: nil, number_25: nil, number_30: nil, number_35: nil, number_40: nil, number_45: nil, number_5: nil, number_50: nil) ⇒ Object
|
|
# File 'lib/onlyfans/models/setting_retrieve_response.rb', line 569
|
Instance Attribute Details
#discounts ⇒ Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle::Discounts?
560 561 |
# File 'lib/onlyfans/models/setting_retrieve_response.rb', line 560 optional :discounts, -> { Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle::Discounts } |
#durations ⇒ Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle::Durations?
566 567 |
# File 'lib/onlyfans/models/setting_retrieve_response.rb', line 566 optional :durations, -> { Onlyfans::Models::SettingRetrieveResponse::Data::CanAddSubscriberByBundle::Durations } |