Module: Yt::Associations::Statuses

Defined in:
lib/yt/associations/statuses.rb

Overview

Provides the ‘has_one :status` method to YouTube resources, which allows to access to status-specific methods like `public?`. YouTube resources with status are: playlists.

Instance Method Summary collapse

Instance Method Details

#statusObject



9
10
11
# File 'lib/yt/associations/statuses.rb', line 9

def status
  @status
end