Class: EventMachine::StatHat::Config
- Inherits:
-
Struct
- Object
- Struct
- EventMachine::StatHat::Config
- Defined in:
- lib/em-stathat.rb
Instance Attribute Summary collapse
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#email ⇒ Object
Returns the value of attribute email.
-
#ukey ⇒ Object
Returns the value of attribute ukey.
Instance Attribute Details
#debug ⇒ Object
Returns the value of attribute debug
6 7 8 |
# File 'lib/em-stathat.rb', line 6 def debug @debug end |
#email ⇒ Object
Returns the value of attribute email
6 7 8 |
# File 'lib/em-stathat.rb', line 6 def email @email end |
#ukey ⇒ Object
Returns the value of attribute ukey
6 7 8 |
# File 'lib/em-stathat.rb', line 6 def ukey @ukey end |