Class: SmsGlobal::Object::Group

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

Constant Summary collapse

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

Instance Attribute Summary

Attributes inherited from Base

#client

Method Summary

Methods inherited from Base

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

Constructor Details

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