Class: SinglePlatform::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



2
3
4
# File 'lib/single_platform/configuration.rb', line 2

def api_key
  @api_key
end

#client_idObject

Returns the value of attribute client_id.



2
3
4
# File 'lib/single_platform/configuration.rb', line 2

def client_id
  @client_id
end

#secretObject

Returns the value of attribute secret.



2
3
4
# File 'lib/single_platform/configuration.rb', line 2

def secret
  @secret
end