Module: Userlist::Push::Operations::Delete

Defined in:
lib/userlist/push/operations/delete.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#included(base) ⇒ Object



11
12
13
# File 'lib/userlist/push/operations/delete.rb', line 11

def included(base)
  base.extend(ClassMethods)
end