Sha256: 9ff455bc10cefc32ad9f0b1beac8f8c041a56f819bdb2a7d945f07f3b5f4c181
Contents?: true
Size: 219 Bytes
Versions: 10
Compression:
Stored size: 219 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
10 entries across 10 versions & 1 rubygems