Sha256: 931c7f672e42fb27e4d9086b464ababcfc8cd8c2f22e6f77eacdb1dddb62af9a

Contents?: true

Size: 186 Bytes

Versions: 23

Compression:

Stored size: 186 Bytes

Contents

module Dedalus
  module PatternLibrary
    module Models
      class Library < Metacosm::Model
        attr_accessor :name
        has_many :library_sections
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
dedalus-0.2.21 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.20 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.19 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.18 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.17 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.16 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.15 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.13 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.12 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.11 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.10 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.9 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.8 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.7 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.6 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.5 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.4 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.3 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.2 lib/dedalus/pattern_library/models/library.rb
dedalus-0.2.1.1 lib/dedalus/pattern_library/models/library.rb