Sha256: 909c86cbff67f4a4fc37334dd5f04de6d924602827025bb83377703ff9779260

Contents?: true

Size: 216 Bytes

Versions: 44

Compression:

Stored size: 216 Bytes

Contents

module FbGraph2
  class Order < Node
    register_attributes(
      raw: [:amount, :country, :from, :refund_reason_code, :status],
      time: [:created_time, :updated_time],
      app: [:application]
    )
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
fb_graph2-0.0.9 lib/fb_graph2/order.rb
fb_graph2-0.0.8 lib/fb_graph2/order.rb
fb_graph2-0.0.7 lib/fb_graph2/order.rb
fb_graph2-0.0.6 lib/fb_graph2/order.rb