Class: Talkgh::SMS

Inherits:
Namespace show all
Includes:
Keys
Defined in:
lib/talkgh/sms.rb

Instance Method Summary collapse

Methods included from Keys

#attribute_key, #camelcase, #camelcase_key, #hyphenate, #hyphenate_key

Methods inherited from Namespace

host, host=, #initialize

Constructor Details

This class inherits a constructor from Talkgh::Namespace

Instance Method Details

#send(params) ⇒ Object



9
10
11
# File 'lib/talkgh/sms.rb', line 9

def send(params)
  request(params: hyphenate(params), type: Get)
end