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

Class Method Summary collapse

Class Attribute Details

.account_sidObject

Returns the value of attribute account_sid.



16
17
18
# File 'lib/communify.rb', line 16

def 
  @account_sid
end

.auth_tokenObject

Returns the value of attribute auth_token.



16
17
18
# File 'lib/communify.rb', line 16

def auth_token
  @auth_token
end

.sender_noObject

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Communify)

    the object that the method was called on



18
19
20
# File 'lib/communify.rb', line 18

def config
  yield self
end