Sha256: 3016036a71098cad89fd9920f889745600de2fe339a4e6ec24e3e74e7b572725

Contents?: true

Size: 279 Bytes

Versions: 3

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

module Helio
  class Participant < APIResource
    extend Helio::APIOperations::Create
    include Helio::APIOperations::Delete
    include Helio::APIOperations::Save
    extend Helio::APIOperations::List

    OBJECT_NAME = "participant"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
helio-ruby-0.3.1 lib/helio/participant.rb
helio-ruby-0.3.0 lib/helio/participant.rb
helio-ruby-0.2.0 lib/helio/participant.rb