Class: Credly::Api::Badges::Categories

Inherits:
Credly::Api::Base show all
Defined in:
lib/credly/api/categories.rb

Instance Attribute Summary

Attributes inherited from Credly::Api::Base

#id, #response

Instance Method Summary collapse

Methods inherited from Credly::Api::Base

#after_request, #before_request, #build_object, #delete, #get, #initialize, #patch, #post, #put, #versioned_path

Methods included from Requierable

#require_at_least_one_file, #require_present

Constructor Details

This class inherits a constructor from Credly::Api::Base

Instance Method Details

#all(options = {}) ⇒ Object



6
7
8
# File 'lib/credly/api/categories.rb', line 6

def all(options = {})
  get("badges/categories", options)
end