Sha256: e35847c4590b081de3986553decd1a7cbc6cdacba286fd20b7a4dca038e8d8e5
Contents?: true
Size: 749 Bytes
Versions: 22
Compression:
Stored size: 749 Bytes
Contents
class YouTubeG module Model class Contact < YouTubeG::Record # *String*:: Identifies the status of a contact. # # * The tag's value will be accepted if the authenticated user and the contact have marked each other as friends. # * The tag's value will be requested if the contact has asked to be added to the authenticated user's contact list, but the request has not yet been accepted (or rejected). # * The tag's value will be pending if the authenticated user has asked to be added to the contact's contact list, but the request has not yet been accepted or rejected. # attr_reader :status # *String*:: The Youtube username of the contact. attr_reader :username end end end
Version data entries
22 entries across 22 versions & 11 rubygems