Sha256: 675b8c2477039a9c7390f5ba9cf8c4bf407c273ee727ee694561551d37acf715
Contents?: true
Size: 265 Bytes
Versions: 6
Compression:
Stored size: 265 Bytes
Contents
module Rumx class AttributeInfo attr_reader :attribute, :bean, :ancestry, :value def initialize(attribute, bean, ancestry, value) @attribute = attribute @bean = bean @ancestry = ancestry @value = value end end end
Version data entries
6 entries across 6 versions & 1 rubygems