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

#cover_urlObject

Returns the value of attribute cover_url.



313
314
315
# File 'lib/postproxy/types.rb', line 313

def cover_url
  @cover_url
end

#formatObject

Returns the value of attribute format.



313
314
315
# File 'lib/postproxy/types.rb', line 313

def format
  @format
end

#made_for_kidsObject

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_statusObject

Returns the value of attribute privacy_status.



313
314
315
# File 'lib/postproxy/types.rb', line 313

def privacy_status
  @privacy_status
end

#titleObject

Returns the value of attribute title.



313
314
315
# File 'lib/postproxy/types.rb', line 313

def title
  @title
end