Class: Socialoud::Services::Facebook
- Defined in:
- lib/socialoud/services/facebook.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#profile_url ⇒ Object
TODO: add more methods to this service.
- #setup! ⇒ Object
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_url ⇒ Object
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 |