Class: Helpshift::CONFIGURATION
- Inherits:
-
Struct
- Object
- Struct
- Helpshift::CONFIGURATION
- Defined in:
- lib/helpshift.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#customer_domain ⇒ Object
Returns the value of attribute customer_domain.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
8 9 10 |
# File 'lib/helpshift.rb', line 8 def api_key @api_key end |
#customer_domain ⇒ Object
Returns the value of attribute customer_domain
8 9 10 |
# File 'lib/helpshift.rb', line 8 def customer_domain @customer_domain end |