Version 1.6 - Updated on 03/23/2017
#initialize(key, secret) ⇒ OAuthToken
Returns a new instance of OAuthToken
def initialize(key, secret)
@key = key
@secret = secret
end
#key ⇒ Object (readonly)
Returns the value of the attribute key.
#secret ⇒ Object (readonly)
Returns the value of the attribute secret.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.