Class: OpenKit::Config

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

Class Attribute Summary collapse

Class Attribute Details

.app_keyObject

Returns the value of attribute app_key.



6
7
8
# File 'lib/openkit.rb', line 6

def app_key
  @app_key
end

.hostObject

Returns the value of attribute host.



7
8
9
# File 'lib/openkit.rb', line 7

def host
  @host
end

.secret_keyObject

Returns the value of attribute secret_key.



6
7
8
# File 'lib/openkit.rb', line 6

def secret_key
  @secret_key
end

.skip_httpsObject

Returns the value of attribute skip_https.



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

def skip_https
  @skip_https
end