Class: GACollectorPusher::Config
- Inherits:
-
Object
- Object
- GACollectorPusher::Config
- Defined in:
- lib/ga_collector_pusher/config.rb
Class Attribute Summary collapse
-
.paranoid ⇒ Object
Returns the value of attribute paranoid.
-
.verbose ⇒ Object
Returns the value of attribute verbose.
Class Attribute Details
.paranoid ⇒ Object
Returns the value of attribute paranoid.
5 6 7 |
# File 'lib/ga_collector_pusher/config.rb', line 5 def paranoid @paranoid end |
.verbose ⇒ Object
Returns the value of attribute verbose.
6 7 8 |
# File 'lib/ga_collector_pusher/config.rb', line 6 def verbose @verbose end |