Sha256: 024a2aef6740c7b28bd19e0c501a09afabfe91b41add52ce664d01327c44013c
Contents?: true
Size: 215 Bytes
Versions: 9
Compression:
Stored size: 215 Bytes
Contents
module Paddle class EventType < Object class << self def list response = Client.get_request("event-types") Collection.from_response(response, type: EventType) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems