Sha256: 7429929d659d5786821038f75f8a9a9d2c79543e4aaf8fed6f00e062abe080dd

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

module YouCanBookMe
  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.6.alpha lib/youcanbookme/models/template_event.rb
youcanbookme-0.0.5.alpha lib/youcanbookme/models/template_event.rb
youcanbookme-0.0.4.alpha lib/youcanbookme/models/template_event.rb