Class: Thanos::Authentication

Inherits:
Object
  • Object
show all
Defined in:
lib/thanos/authentication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#private_api_keyObject

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_keyObject

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