Sha256: 8881912a4fec7ff85938bcc99bb47e4c1a263ef68227705f6874c73f0facd71c
Contents?: true
Size: 215 Bytes
Versions: 5
Compression:
Stored size: 215 Bytes
Contents
module Exist class AttributeList < Hashie::Mash include Hashie::Extensions::Coercion coerce_key :attributes, Array[Attributes] def size attributes.size end alias :count :size end end
Version data entries
5 entries across 5 versions & 1 rubygems