Class: Statter::Config
Instance Attribute Summary collapse
-
#auth_header ⇒ Object
Returns the value of attribute auth_header.
-
#logging_on ⇒ Object
Returns the value of attribute logging_on.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#auth_header ⇒ Object
Returns the value of attribute auth_header.
28 29 30 |
# File 'lib/statter.rb', line 28 def auth_header @auth_header end |
#logging_on ⇒ Object
Returns the value of attribute logging_on.
28 29 30 |
# File 'lib/statter.rb', line 28 def logging_on @logging_on end |
#url ⇒ Object
Returns the value of attribute url.
28 29 30 |
# File 'lib/statter.rb', line 28 def url @url end |