Class: ClickatellApiClient::Configuration
- Inherits:
-
Object
- Object
- ClickatellApiClient::Configuration
- Defined in:
- lib/clickatell_api_client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
-
#us_api_key ⇒ Object
Returns the value of attribute us_api_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
19 20 21 |
# File 'lib/clickatell_api_client.rb', line 19 def api_key @api_key end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
19 20 21 |
# File 'lib/clickatell_api_client.rb', line 19 def phone_number @phone_number end |
#us_api_key ⇒ Object
Returns the value of attribute us_api_key.
19 20 21 |
# File 'lib/clickatell_api_client.rb', line 19 def us_api_key @us_api_key end |