Method: Facebooker::Model#initialize

Defined in:
lib/facebooker/model.rb

#initialize(hash = {}) ⇒ Object



109
110
111
# File 'lib/facebooker/model.rb', line 109

def initialize(hash = {})
  populate_from_hash!(hash)
end