Class: CRO::Config
- Inherits:
-
Object
- Object
- CRO::Config
- Defined in:
- lib/cro/config.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.email ⇒ Object
Returns the value of attribute email.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/cro/config.rb', line 4 def api_key @api_key end |
.email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/cro/config.rb', line 4 def email @email end |