Module: FreshService::Client::V2::Group::Create
- Included in:
- FreshService::Client
- Defined in:
- lib/fresh_service/client/v2/group/create.rb
Instance Method Summary collapse
-
#create_group(options = {}) ⇒ Object
Create a group.
Instance Method Details
#create_group(options = {}) ⇒ Object
Create a group
14 15 16 |
# File 'lib/fresh_service/client/v2/group/create.rb', line 14 def create_group( = {}) post "/groups", end |