class FbGraph2::Insight

Public Class Methods

new(id, attributes = {}) click to toggle source
Calls superclass method
# File lib/fb_graph2/insight.rb, line 8
def initialize(id, attributes = {})
  super
  self.values = attributes[:values].collect(&:with_indifferent_access)
end