Sha256: 486d60ff763e36e16fcf3a8964166bf1eb1e946380afaae9205d6861bbc92d41

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

module AxleAttributes
  class NullDefinition < ::AxleAttributes::Definition
    def type
      :null
    end

    def ==(other)
      self.class == other.class && self.model == other.model && self.name == other.name
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
axle_attributes-1.13.2 lib/axle_attributes/null_definition.rb