Class: Statter::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/statter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_headerObject

Returns the value of attribute auth_header.



28
29
30
# File 'lib/statter.rb', line 28

def auth_header
  @auth_header
end

#logging_onObject

Returns the value of attribute logging_on.



28
29
30
# File 'lib/statter.rb', line 28

def logging_on
  @logging_on
end

#urlObject

Returns the value of attribute url.



28
29
30
# File 'lib/statter.rb', line 28

def url
  @url
end