Class: Goz::GroupService
- Inherits:
-
Sequel::Model
- Object
- Sequel::Model
- Goz::GroupService
- Defined in:
- lib/goz/group_service.rb
Overview
Constant Summary collapse
- TAG =
self.name
Instance Method Summary collapse
-
#sync(force = false) ⇒ Object
Synchronize group with external service.
Instance Method Details
#sync(force = false) ⇒ Object
Synchronize group with external service.
29 30 31 |
# File 'lib/goz/group_service.rb', line 29 def sync(force = false) raise RuntimeError, 'XXX' end |