Sha256: 856daadfa91b57fe86308d2c8e71d2548e7c634efee78ab79847c31288c75925

Contents?: true

Size: 362 Bytes

Versions: 3

Compression:

Stored size: 362 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  # YouCanBookMe's TemplateEvent model.
  class TemplateEvent
    include ModelUtils

    # @return [String]
    attr_accessor :description
    # @return [String]
    attr_accessor :location
    # @return [Array<String>]
    attr_accessor :participants
    # @return [String]
    attr_accessor :title
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
youcanbookme-0.0.3.alpha lib/youcanbookme/models/template_event.rb
youcanbookme-0.0.2.alpha lib/youcanbookme/models/template_event.rb
youcanbookme-0.0.1.alpha lib/youcanbookme/models/template_event.rb