Sha256: ac162ed7a3d9e0dce678f1c6f4640e2eff7da13be9c9505b45586c992d5a1c6f
Contents?: true
Size: 263 Bytes
Versions: 72
Compression:
Stored size: 263 Bytes
Contents
module FbGraph class FriendList < Node include Connections::Members attr_accessor :name, :list_type def initialize(identifier, attributes = {}) super @name = attributes[:name] @list_type = attributes[:list_type] end end end
Version data entries
72 entries across 72 versions & 1 rubygems