Class: Credly::Api::MemberBadges::Evidence

Inherits:
Base
  • Object
show all
Defined in:
lib/credly/api/evidence.rb

Instance Attribute Summary

Attributes inherited from Base

#response

Instance Method Summary collapse

Methods inherited from Base

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

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(member_badge, options = Hash.new) ⇒ Object



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

def all(member_badge, options = Hash.new)
  get("member_badges/#{member_badge}/evidence", options)
end