Class: SmsGlobal::Object::Sms

Inherits:
Base
  • Object
show all
Defined in:
lib/sms_global/object/sms.rb

Constant Summary collapse

OBJECT =
'sms'.freeze
OBJECT_METHODS =
[
  :get,
  :post,
  :delete
].freeze

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#all, #create, #delete, #find, #get, #initialize, #patch, #post, #update

Constructor Details

This class inherits a constructor from SmsGlobal::Object::Base

Instance Method Details

#send(params = {}) ⇒ Object



12
13
14
# File 'lib/sms_global/object/sms.rb', line 12

def send(params = {})
  post(params)
end