Sha256: c2d248a0772cad607a5049feb54d5f5abe7d489faaba0333c93425521393a0a1
Contents?: true
Size: 379 Bytes
Versions: 14
Compression:
Stored size: 379 Bytes
Contents
# frozen_string_literal: true module Expressir module Liquid module Declarations class SchemaVersionItemDrop < ::Expressir::Liquid::ModelElementDrop def initialize(model) @model = model super end def name @model.name end def value @model.value end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems