Sha256: d4da349494d4b547aef4d1ec15125000748723942b87455a46e953f02321b68a
Contents?: true
Size: 204 Bytes
Versions: 3
Compression:
Stored size: 204 Bytes
Contents
module FbGraph2 class Milestone < Node register_attributes( raw: [:title, :description], time: [:created_time, :updated_time, :start_time, :end_time], page: [:from] ) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fb_graph2-0.0.6 | lib/fb_graph2/milestone.rb |
fb_graph2-0.0.5 | lib/fb_graph2/milestone.rb |
fb_graph2-0.0.4 | lib/fb_graph2/milestone.rb |