Class: Onlyfans::Models::Stories::HighlightRetrieveResponse::Data::Story::Text
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(angle: nil, bg_color: nil, color: nil, font_family: nil, font_size: nil, font_style: nil, font_weight: nil, left: nil, scale: nil, text: nil, text_align: nil, text_height: nil, text_width: nil, top: nil, type: nil, users: nil, z_index: nil) ⇒ Object
constructor
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(angle: nil, bg_color: nil, color: nil, font_family: nil, font_size: nil, font_style: nil, font_weight: nil, left: nil, scale: nil, text: nil, text_align: nil, text_height: nil, text_width: nil, top: nil, type: nil, users: nil, z_index: nil) ⇒ Object
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 685
|
Instance Attribute Details
#angle ⇒ Integer?
603
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 603
optional :angle, Integer
|
#bg_color ⇒ String?
608
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 608
optional :bg_color, String, api_name: :bgColor
|
#color ⇒ String?
613
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 613
optional :color, String
|
#font_family ⇒ String?
618
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 618
optional :font_family, String, api_name: :fontFamily
|
#font_size ⇒ String?
623
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 623
optional :font_size, String, api_name: :fontSize
|
#font_style ⇒ String?
628
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 628
optional :font_style, String, api_name: :fontStyle, nil?: true
|
#font_weight ⇒ Integer?
633
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 633
optional :font_weight, Integer, api_name: :fontWeight
|
#left ⇒ Float?
638
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 638
optional :left, Float
|
#scale ⇒ Float?
643
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 643
optional :scale, Float
|
#text ⇒ String?
648
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 648
optional :text, String
|
#text_align ⇒ String?
653
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 653
optional :text_align, String, api_name: :textAlign
|
#text_height ⇒ Float?
658
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 658
optional :text_height, Float, api_name: :textHeight
|
#text_width ⇒ Float?
663
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 663
optional :text_width, Float, api_name: :textWidth
|
#top ⇒ Float?
668
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 668
optional :top, Float
|
#type ⇒ String?
673
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 673
optional :type, String
|
#z_index ⇒ Integer?
683
|
# File 'lib/onlyfans/models/stories/highlight_retrieve_response.rb', line 683
optional :z_index, Integer, api_name: :zIndex
|