Sha256: 6b8bed1021ce9b15bb05059cf69b22a5c1ffec8fb55c5f9ce259386362dba84d

Contents?: true

Size: 173 Bytes

Versions: 9

Compression:

Stored size: 173 Bytes

Contents

module FbGraph2
  class Struct
    class InvitableFriend < Struct
      register_attributes(
        raw: [:id, :name],
        picture: [:picture]
      )
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fb_graph2-0.0.11 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.10 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.9 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.8 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.7 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.6 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.5 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.4 lib/fb_graph2/struct/invitable_friend.rb
fb_graph2-0.0.3 lib/fb_graph2/struct/invitable_friend.rb