Sha256: 73162ae0c44044c03ec132c4fd787b15b9bb69e25249000215f4dcf90d25f394
Contents?: true
Size: 294 Bytes
Versions: 37
Compression:
Stored size: 294 Bytes
Contents
module MeducationSDK class Partner < Resource self.path = "/partners" end class PartnerMock < Partner extend Loquor::ResourceMock self.attributes = { id: 1, name: "Medical Protection Society", abbreviated_name: "Medical Protection Society" } end end
Version data entries
37 entries across 37 versions & 1 rubygems