lib/hull/client.rb in hullio-0.2.1 vs lib/hull/client.rb in hullio-0.3.0
- old
+ new
@@ -23,11 +23,12 @@
end
end
def credentials
{
- :app_id => app_id,
- :app_secret => app_secret
+ :app_id => @app_id,
+ :app_secret => @app_secret,
+ :user_id => @user_id,
}
end
def app
return unless app_id
\ No newline at end of file