Class: Dito::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



5
6
7
# File 'lib/dito/configuration.rb', line 5

def api_key
  @api_key
end

#environmentObject



8
9
10
# File 'lib/dito/configuration.rb', line 8

def environment
  @environment || 'production'
end

#secretObject

Returns the value of attribute secret.



5
6
7
# File 'lib/dito/configuration.rb', line 5

def secret
  @secret
end