Module: Communify
- Defined in:
- lib/communify.rb,
lib/communify/version.rb,
lib/communify/workers/sms_worker.rb,
lib/communify/controllers/sms_controller.rb,
lib/communify/controllers/email_controller.rb,
lib/communify/generators/sms/sms_generator.rb,
lib/communify/generators/email/email_generator.rb,
lib/communify/workers/push_notification_worker.rb,
lib/communify/generators/install/install_generator.rb,
lib/communify/generators/push_notification/push_notification_generator.rb
Defined Under Namespace
Modules: Controllers, Generators, Workers Classes: Error
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.account_sid ⇒ Object
Returns the value of attribute account_sid.
-
.auth_token ⇒ Object
Returns the value of attribute auth_token.
-
.sender_no ⇒ Object
Returns the value of attribute sender_no.
Class Method Summary collapse
Class Attribute Details
.account_sid ⇒ Object
Returns the value of attribute account_sid.
16 17 18 |
# File 'lib/communify.rb', line 16 def account_sid @account_sid end |
.auth_token ⇒ Object
Returns the value of attribute auth_token.
16 17 18 |
# File 'lib/communify.rb', line 16 def auth_token @auth_token end |
.sender_no ⇒ Object
Returns the value of attribute sender_no.
16 17 18 |
# File 'lib/communify.rb', line 16 def sender_no @sender_no end |
Class Method Details
.config {|_self| ... } ⇒ Object
18 19 20 |
# File 'lib/communify.rb', line 18 def config yield self end |