Class: Authlete::Model::SnsCredentials
- Defined in:
- lib/authlete/model/sns-credentials.rb
Instance Attribute Summary collapse
-
#apiKey ⇒ Object
(also: #api_key)
Returns the value of attribute apiKey.
-
#apiSecret ⇒ Object
(also: #api_secret)
Returns the value of attribute apiSecret.
-
#sns ⇒ Object
Returns the value of attribute sns.
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#apiKey ⇒ Object Also known as: api_key
Returns the value of attribute apiKey.
26 27 28 |
# File 'lib/authlete/model/sns-credentials.rb', line 26 def apiKey @apiKey end |
#apiSecret ⇒ Object Also known as: api_secret
Returns the value of attribute apiSecret.
30 31 32 |
# File 'lib/authlete/model/sns-credentials.rb', line 30 def apiSecret @apiSecret end |
#sns ⇒ Object
Returns the value of attribute sns.
24 25 26 |
# File 'lib/authlete/model/sns-credentials.rb', line 24 def sns @sns end |