Sha256: 1174fe1593b18e43de3f0fef6160f77510781f4b7e32fd3b5ebd7f3230375919

Contents?: true

Size: 183 Bytes

Versions: 6

Compression:

Stored size: 183 Bytes

Contents

# frozen_string_literal: true

require 'structurizr/metal'

module Structurizr
  Model = Metal::Model::Model

  class Model
    def elements
      get_elements.to_a
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
structurizr-1.29.0-java lib/structurizr/model.rb
structurizr-1.26.1-java lib/structurizr/model.rb
structurizr-1.0.0.rc.2 lib/structurizr/model.rb
structurizr-1.0.0.rc.1 lib/structurizr/model.rb
structurizr-1.0.0.pre.alpha.2 lib/structurizr/model.rb
structurizr-1.0.0.pre.alpha.1 lib/structurizr/model.rb