Sha256: a578568ba5e4d3d1b16c3780813b3e7f04731ee5cb8a0b27da38e8b777da1e55

Contents?: true

Size: 276 Bytes

Versions: 44

Compression:

Stored size: 276 Bytes

Contents

module FbGraph2
  class AchievementType < Node
    register_attributes(
      raw: [:type, :title, :url, :description, :is_scraped],
      time: [:updated_time, :created_time],
      picture: [:image],
      app: [:application],
      custom: [:data, :context]
    )
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
fb_graph2-1.3.0 lib/fb_graph2/achievement_type.rb
fb_graph2-1.2.0 lib/fb_graph2/achievement_type.rb
fb_graph2-1.1.1 lib/fb_graph2/achievement_type.rb
fb_graph2-1.1.0 lib/fb_graph2/achievement_type.rb
fb_graph2-1.0.1 lib/fb_graph2/achievement_type.rb
fb_graph2-1.0.0 lib/fb_graph2/achievement_type.rb
fb_graph2-0.9.1 lib/fb_graph2/achievement_type.rb
fb_graph2-0.9.0 lib/fb_graph2/achievement_type.rb
fb_graph2-0.8.0 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.9 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.8 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.7 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.6 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.5 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.4 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.3 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.2 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.1 lib/fb_graph2/achievement_type.rb
fb_graph2-0.7.0 lib/fb_graph2/achievement_type.rb
fb_graph2-0.6.2 lib/fb_graph2/achievement_type.rb