Class: Goz::GroupService

Inherits:
Sequel::Model
  • Object
show all
Defined in:
lib/goz/group_service.rb

Overview

Goz::GroupService - TODO

Author

blair christensen. <[email protected]>

Homepage

github.com/blairc/goz/

Constant Summary collapse

TAG =
self.name

Instance Method Summary collapse

Instance Method Details

#sync(force = false) ⇒ Object

Synchronize group with external service.

Raises:

  • (RuntimeError)


29
30
31
# File 'lib/goz/group_service.rb', line 29

def sync(force = false)
  raise RuntimeError, 'XXX'
end