Method: Yt::Models::Account#hd
- Defined in:
- lib/yt/models/account.rb
#hd ⇒ String
Returns the hosted domain name for the user’s Google Apps account. For instance, example.com.
62 |
# File 'lib/yt/models/account.rb', line 62 delegate :hd, to: :user_info |