Class: PostProxy::YouTubeParams

Inherits:
Model
  • Object
show all
Defined in:
lib/postproxy/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_h

Constructor Details

This class inherits a constructor from PostProxy::Model

Instance Attribute Details

#category_idObject

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_mediaObject

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_urlObject

Returns the value of attribute cover_url.



379
380
381
# File 'lib/postproxy/types.rb', line 379

def cover_url
  @cover_url
end

#formatObject

Returns the value of attribute format.



379
380
381
# File 'lib/postproxy/types.rb', line 379

def format
  @format
end

#made_for_kidsObject

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_statusObject

Returns the value of attribute privacy_status.



379
380
381
# File 'lib/postproxy/types.rb', line 379

def privacy_status
  @privacy_status
end

#tagsObject

Returns the value of attribute tags.



379
380
381
# File 'lib/postproxy/types.rb', line 379

def tags
  @tags
end

#titleObject

Returns the value of attribute title.



379
380
381
# File 'lib/postproxy/types.rb', line 379

def title
  @title
end