Class: CynSms::CynSmsClient
- Inherits:
-
Object
- Object
- CynSms::CynSmsClient
- Defined in:
- lib/cyn_sms/cyn_sms_client.rb
Overview
cyn_sms client class.
Instance Method Summary collapse
-
#client ⇒ APIController
Singleton access to client controller.
-
#config ⇒ Configuration
Returns the configuration class for easy access.
Instance Method Details
#client ⇒ APIController
Singleton access to client controller.
11 12 13 |
# File 'lib/cyn_sms/cyn_sms_client.rb', line 11 def client APIController.instance end |
#config ⇒ Configuration
Returns the configuration class for easy access.
17 18 19 |
# File 'lib/cyn_sms/cyn_sms_client.rb', line 17 def config Configuration end |