Sha256: e479d9656418db83e4ce45bbf20ded8c2553254161307a942c55886179ddd0fc

Contents?: true

Size: 331 Bytes

Versions: 12

Compression:

Stored size: 331 Bytes

Contents

module FbGraph2
  class Offer < Node
    register_attributes(
      raw: [:claim_limit, :coupon_type, :image_url, :published, :redemption_code, :redemption_link, :terms, :title, :message],
      time: [:created_time, :expiration_time, :reminder_time],
      timestamp: [:scheduled_publish_time],
      page: [:from]
    )
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fb_graph2-0.1.3 lib/fb_graph2/offer.rb
fb_graph2-0.1.2 lib/fb_graph2/offer.rb
fb_graph2-0.1.1 lib/fb_graph2/offer.rb
fb_graph2-0.1.0 lib/fb_graph2/offer.rb
fb_graph2-0.0.11 lib/fb_graph2/offer.rb
fb_graph2-0.0.10 lib/fb_graph2/offer.rb
fb_graph2-0.0.9 lib/fb_graph2/offer.rb
fb_graph2-0.0.8 lib/fb_graph2/offer.rb
fb_graph2-0.0.7 lib/fb_graph2/offer.rb
fb_graph2-0.0.6 lib/fb_graph2/offer.rb
fb_graph2-0.0.5 lib/fb_graph2/offer.rb
fb_graph2-0.0.4 lib/fb_graph2/offer.rb