Sha256: e4215c97718847d49f49131d1a68d6b6b006688a28432d10658f24d2db37fbed

Contents?: true

Size: 272 Bytes

Versions: 7

Compression:

Stored size: 272 Bytes

Contents

module FbGraph2
  class Struct
    class Rating < Struct
      register_attributes(
        raw: [:has_rating, :has_review, :rating, :review_text],
        datetime: [:created_time],
        user: [:reviewer],
        custom: [:open_graph_story]
      )
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fb_graph2-0.7.1 lib/fb_graph2/struct/rating.rb
fb_graph2-0.7.0 lib/fb_graph2/struct/rating.rb
fb_graph2-0.6.2 lib/fb_graph2/struct/rating.rb
fb_graph2-0.6.1 lib/fb_graph2/struct/rating.rb
fb_graph2-0.6.0 lib/fb_graph2/struct/rating.rb
fb_graph2-0.5.3 lib/fb_graph2/struct/rating.rb
fb_graph2-0.5.2 lib/fb_graph2/struct/rating.rb