Class: PostProxy::YouTubeParams
Instance Attribute Summary collapse
-
#category_id ⇒ Object
Returns the value of attribute category_id.
-
#contains_synthetic_media ⇒ Object
Returns the value of attribute contains_synthetic_media.
-
#cover_url ⇒ Object
Returns the value of attribute cover_url.
-
#format ⇒ Object
Returns the value of attribute format.
-
#made_for_kids ⇒ Object
Returns the value of attribute made_for_kids.
-
#privacy_status ⇒ Object
Returns the value of attribute privacy_status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from PostProxy::Model
Instance Attribute Details
#category_id ⇒ Object
Returns the value of attribute category_id.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def category_id @category_id end |
#contains_synthetic_media ⇒ Object
Returns the value of attribute contains_synthetic_media.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def contains_synthetic_media @contains_synthetic_media end |
#cover_url ⇒ Object
Returns the value of attribute cover_url.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def cover_url @cover_url end |
#format ⇒ Object
Returns the value of attribute format.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def format @format end |
#made_for_kids ⇒ Object
Returns the value of attribute made_for_kids.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def made_for_kids @made_for_kids end |
#privacy_status ⇒ Object
Returns the value of attribute privacy_status.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def privacy_status @privacy_status end |
#tags ⇒ Object
Returns the value of attribute tags.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def @tags end |
#title ⇒ Object
Returns the value of attribute title.
379 380 381 |
# File 'lib/postproxy/types.rb', line 379 def title @title end |