Class: Hoi::SMS

Inherits:
Hoi
  • Object
show all
Defined in:
lib/hoi.rb

Constant Summary

Constants inherited from Hoi

VERSION

Instance Attribute Summary

Attributes inherited from Hoi

#access_token, #app_id, #test_mode, #throws_exceptions, #timeout

Instance Method Summary collapse

Methods inherited from Hoi

#initialize

Constructor Details

This class inherits a constructor from Hoi

Instance Method Details

#get_rate(params) ⇒ Object



108
109
110
# File 'lib/hoi.rb', line 108

def get_rate(params)
  call('/sms/get_rate', params)
end

#send(params) ⇒ Object



104
105
106
# File 'lib/hoi.rb', line 104

def send(params)
  call('/sms/send', params)
end