Sha256: 4f7ce13f35a73a07eaea97d5360130806b1aa91579b3e9441685386aadaa6134

Contents?: true

Size: 165 Bytes

Versions: 47

Compression:

Stored size: 165 Bytes

Contents

module FbGraph2
  class Struct
    class Poke < Struct
      register_attributes(
        time: [:created_time],
        user: [:from, :to]
      )
    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

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