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