Class: Socialoud::Services::Facebook

Inherits:
Base
  • Object
show all
Defined in:
lib/socialoud/services/facebook.rb

Instance Attribute Summary

Attributes inherited from Base

#aggregator, #data

Instance Method Summary collapse

Methods inherited from Base

#initialize, #method_missing, #set

Constructor Details

This class inherits a constructor from Socialoud::Services::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Socialoud::Services::Base

Instance Method Details

#profile_urlObject

TODO: add more methods to this service



11
12
13
# File 'lib/socialoud/services/facebook.rb', line 11

def profile_url
  "http://www.facebook.com.br/#{@data}"
end

#setup!Object



4
5
# File 'lib/socialoud/services/facebook.rb', line 4

def setup!
end