Class: Sms::Nexmo

Inherits:
SmsLayer show all
Defined in:
lib/smster/sms/nexmo.rb

Constant Summary

Constants inherited from Sms

STATUSES

Instance Attribute Summary collapse

Attributes inherited from Sms

#api_message_id, #balance, #cost, #name, #status, #status_message, #text, #to, #type

Method Summary

Methods inherited from SmsLayer

#send_sms

Methods inherited from Sms

#initialize, send_sms

Constructor Details

This class inherits a constructor from Sms

Instance Attribute Details

#nexmo_keyObject

Returns the value of attribute nexmo_key.



2
3
4
# File 'lib/smster/sms/nexmo.rb', line 2

def nexmo_key
  @nexmo_key
end

#nexmo_sekretObject

Returns the value of attribute nexmo_sekret.



2
3
4
# File 'lib/smster/sms/nexmo.rb', line 2

def nexmo_sekret
  @nexmo_sekret
end