Sha256: da22b71f44e727846e57fd656196ca476fafdef3ff7c5a4a8aebd76b54b628f6
Contents?: true
Size: 233 Bytes
Versions: 38
Compression:
Stored size: 233 Bytes
Contents
module FbGraph2 class Struct class Friend < Struct register_attributes( raw: [:id, :name], # NOTE: this 'id' isn't user_id, but a token for invitation/tagging. picture: [:picture] ) end end end
Version data entries
38 entries across 38 versions & 1 rubygems