Class: PostProxy::TikTokParams
Instance Attribute Summary collapse
-
#auto_add_music ⇒ Object
Returns the value of attribute auto_add_music.
-
#brand_content_toggle ⇒ Object
Returns the value of attribute brand_content_toggle.
-
#brand_organic_toggle ⇒ Object
Returns the value of attribute brand_organic_toggle.
-
#disable_comment ⇒ Object
Returns the value of attribute disable_comment.
-
#disable_duet ⇒ Object
Returns the value of attribute disable_duet.
-
#disable_stitch ⇒ Object
Returns the value of attribute disable_stitch.
-
#format ⇒ Object
Returns the value of attribute format.
-
#made_with_ai ⇒ Object
Returns the value of attribute made_with_ai.
-
#photo_cover_index ⇒ Object
Returns the value of attribute photo_cover_index.
-
#privacy_status ⇒ Object
Returns the value of attribute privacy_status.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#auto_add_music ⇒ Object
Returns the value of attribute auto_add_music.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def auto_add_music @auto_add_music end |
#brand_content_toggle ⇒ Object
Returns the value of attribute brand_content_toggle.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def brand_content_toggle @brand_content_toggle end |
#brand_organic_toggle ⇒ Object
Returns the value of attribute brand_organic_toggle.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def brand_organic_toggle @brand_organic_toggle end |
#disable_comment ⇒ Object
Returns the value of attribute disable_comment.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def disable_comment @disable_comment end |
#disable_duet ⇒ Object
Returns the value of attribute disable_duet.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def disable_duet @disable_duet end |
#disable_stitch ⇒ Object
Returns the value of attribute disable_stitch.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def disable_stitch @disable_stitch end |
#format ⇒ Object
Returns the value of attribute format.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def format @format end |
#made_with_ai ⇒ Object
Returns the value of attribute made_with_ai.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def made_with_ai @made_with_ai end |
#photo_cover_index ⇒ Object
Returns the value of attribute photo_cover_index.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def photo_cover_index @photo_cover_index end |
#privacy_status ⇒ Object
Returns the value of attribute privacy_status.
303 304 305 |
# File 'lib/postproxy/types.rb', line 303 def privacy_status @privacy_status end |