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.



216
217
218
# File 'lib/postproxy/types.rb', line 216

def cover_url
  @cover_url
end

#formatObject

Returns the value of attribute format.



216
217
218
# File 'lib/postproxy/types.rb', line 216

def format
  @format
end

#privacy_statusObject

Returns the value of attribute privacy_status.



216
217
218
# File 'lib/postproxy/types.rb', line 216

def privacy_status
  @privacy_status
end

#titleObject

Returns the value of attribute title.



216
217
218
# File 'lib/postproxy/types.rb', line 216

def title
  @title
end