Module: FacebookDigitAuth
- Defined in:
- lib/facebook_digit_auth.rb,
lib/facebook_digit_auth/version.rb
Constant Summary collapse
- VERSION =
"0.1.4"
Instance Method Summary collapse
Instance Method Details
#test_method(params, type) ⇒ Object
4 5 6 7 8 9 10 |
# File 'lib/facebook_digit_auth.rb', line 4 def test_method(params,type) if type == 'facebook' FacebookClient.new(params).data elsif type == 'digit' DigitsClient.new(params).data end end |