Class: Thanos::Authentication
- Inherits:
-
Object
- Object
- Thanos::Authentication
- Defined in:
- lib/thanos/authentication.rb
Instance Attribute Summary collapse
-
#private_api_key ⇒ Object
Returns the value of attribute private_api_key.
-
#public_api_key ⇒ Object
Returns the value of attribute public_api_key.
Instance Attribute Details
#private_api_key ⇒ Object
Returns the value of attribute private_api_key.
3 4 5 |
# File 'lib/thanos/authentication.rb', line 3 def private_api_key @private_api_key end |
#public_api_key ⇒ Object
Returns the value of attribute public_api_key.
3 4 5 |
# File 'lib/thanos/authentication.rb', line 3 def public_api_key @public_api_key end |