lib/fireeagle/client.rb in fireeagle-0.6.3 vs lib/fireeagle/client.rb in fireeagle-0.7.1.0
- old
+ new
@@ -1,6 +1,8 @@
class FireEagle
class Client
+ # TODO add access_token=() and request_token=() methods that check whether the tokens are usable
+
attr_reader :access_token, :request_token, :consumer, :format
# Initialize a FireEagle Client. Takes an options Hash.
#
# == Required keys: