Class: SptyAPI::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/spty_api/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_idObject

Returns the value of attribute client_id.



3
4
5
# File 'lib/spty_api/configuration.rb', line 3

def client_id
  @client_id
end

#secret_keyObject

Returns the value of attribute secret_key.



3
4
5
# File 'lib/spty_api/configuration.rb', line 3

def secret_key
  @secret_key
end