Sha256: faee0eda355cc379d44fd5615442a1de31f40aa5b64076e5c804181ca158e34f

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

module Expressir
  module Model
    module Types
      class GenericEntity
        attr_accessor :label

        attr_accessor :parent
        attr_accessor :remarks

        def initialize(options = {})
          @label = options[:label]
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
expressir-0.2.3 lib/expressir/model/types/generic_entity.rb