Module: IprogSms
- Defined in:
- lib/iprog_sms/sender.rb,
lib/iprog_sms.rb,
lib/iprog_sms/sms.rb,
lib/iprog_sms/version.rb,
lib/iprog_sms/api_client.rb,
lib/iprog_sms/sim800c_troubleshoot.rb
Overview
lib/iprog_sms/version.rb
Defined Under Namespace
Modules: Sim800cTroubleshoot Classes: ApiClient, SMS, Sender
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
-
.troubleshoot_sim800c(port_str) ⇒ Object
Method to run the SIM800C troubleshooting script.
Class Method Details
.troubleshoot_sim800c(port_str) ⇒ Object
Method to run the SIM800C troubleshooting script
12 13 14 |
# File 'lib/iprog_sms.rb', line 12 def self.troubleshoot_sim800c(port_str) IprogSms::Sim800cTroubleshoot.troubleshoot_sim800c(port_str) end |