Class: Onlyfans::Models::StatisticGetOverviewResponse::Data::Visitors::ChartData
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Onlyfans::Models::StatisticGetOverviewResponse::Data::Visitors::ChartData
- Defined in:
- lib/onlyfans/models/statistic_get_overview_response.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
- #initialize(chart_data: nil, earnings: nil, has_statistic: nil, subscriptions: nil, visitors: nil) ⇒ Object constructor
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(chart_data: nil, earnings: nil, has_statistic: nil, subscriptions: nil, visitors: nil) ⇒ Object
539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 |
# File 'lib/onlyfans/models/statistic_get_overview_response.rb', line 539 class ChartData < Onlyfans::Internal::Type::BaseModel # @!attribute count # # @return [Integer, nil] optional :count, Integer # @!attribute date # # @return [String, nil] optional :date, String # @!method initialize(count: nil, date: nil) # @param count [Integer] # @param date [String] end |
Instance Attribute Details
#count ⇒ Integer?
543 |
# File 'lib/onlyfans/models/statistic_get_overview_response.rb', line 543 optional :count, Integer |
#date ⇒ String?
548 |
# File 'lib/onlyfans/models/statistic_get_overview_response.rb', line 548 optional :date, String |