Class: PostProxy::YouTubeParams
Instance Attribute Summary collapse
-
#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.
-
#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
#cover_url ⇒ Object
Returns the value of attribute cover_url.
313 314 315 |
# File 'lib/postproxy/types.rb', line 313 def cover_url @cover_url end |
#format ⇒ Object
Returns the value of attribute format.
313 314 315 |
# File 'lib/postproxy/types.rb', line 313 def format @format end |
#made_for_kids ⇒ Object
Returns the value of attribute made_for_kids.
313 314 315 |
# File 'lib/postproxy/types.rb', line 313 def made_for_kids @made_for_kids end |
#privacy_status ⇒ Object
Returns the value of attribute privacy_status.
313 314 315 |
# File 'lib/postproxy/types.rb', line 313 def privacy_status @privacy_status end |
#title ⇒ Object
Returns the value of attribute title.
313 314 315 |
# File 'lib/postproxy/types.rb', line 313 def title @title end |