Fullscreen/yt

View on GitHub
lib/yt/models/id.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Yt
  module Models
    # @private
    # Encapsulates information about the ID that YouTube uses to uniquely
    # identify a resource.
    class Id < String
    end
  end
end