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.
-
#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.
216 217 218 |
# File 'lib/postproxy/types.rb', line 216 def cover_url @cover_url end |
#format ⇒ Object
Returns the value of attribute format.
216 217 218 |
# File 'lib/postproxy/types.rb', line 216 def format @format end |
#privacy_status ⇒ Object
Returns the value of attribute privacy_status.
216 217 218 |
# File 'lib/postproxy/types.rb', line 216 def privacy_status @privacy_status end |
#title ⇒ Object
Returns the value of attribute title.
216 217 218 |
# File 'lib/postproxy/types.rb', line 216 def title @title end |