Sha256: 4ee36ecfbdd19b48e2c7fa6b183ed3c5e6a1b87cbba25018b1f1ad2c9dbee591
Contents?: true
Size: 333 Bytes
Versions: 4
Compression:
Stored size: 333 Bytes
Contents
module FbGraph2 class Group < Node register_attributes( raw: [ :description, :email, :icon, :link, :name, :privacy, # NOTE: in groups edge context :administrator, :bookmark_order, :unread ], time: [:updated_time], profile: [:owner, :parent], photo: [:cover] ) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fb_graph2-0.0.6 | lib/fb_graph2/group.rb |
fb_graph2-0.0.5 | lib/fb_graph2/group.rb |
fb_graph2-0.0.4 | lib/fb_graph2/group.rb |
fb_graph2-0.0.3 | lib/fb_graph2/group.rb |