Sha256: 7f844c250d7263fec7e50837e2b60ffb26b1ad88b20d710ebb56950564a158ea

Contents?: true

Size: 214 Bytes

Versions: 12

Compression:

Stored size: 214 Bytes

Contents

# frozen_string_literal: true

module TimeTree
  # Model for TimeTree color theme.
  class Label < BaseModel
    # @return [String]
    attr_accessor :name
    # @return [String]
    attr_accessor :color
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
timetree-0.3.1 lib/timetree/models/label.rb
timetree-0.3.0 lib/timetree/models/label.rb
timetree-0.2.1 lib/timetree/models/label.rb
timetree-0.2.0 lib/timetree/models/label.rb
timetree-0.1.7 lib/timetree/label.rb
timetree-0.1.6 lib/timetree/label.rb
timetree-0.1.5 lib/timetree/label.rb
timetree-0.1.4 lib/timetree/label.rb
timetree-0.1.3 lib/timetree/label.rb
timetree-0.1.2 lib/timetree/label.rb
timetree-0.1.1 lib/timetree/label.rb
timetree-0.1.0 lib/timetree/label.rb