Method: Yt::Models::Resource#privacy_status
- Defined in:
- lib/yt/models/resource.rb
#privacy_status ⇒ String (readonly)
Returns the privacy status of the resource. Possible values are: ‘private’, ‘public’, ‘unlisted’.
30 |
# File 'lib/yt/models/resource.rb', line 30 delegate :privacy_status, to: :status |