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, #version, version

Constructor Details

This class inherits a constructor from Hoi

Instance Method Details

#get_rate(params) ⇒ Object



115
116
117
# File 'lib/hoi.rb', line 115

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

#send(params) ⇒ Object



111
112
113
# File 'lib/hoi.rb', line 111

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