Sha256: 8e45a05c9138c9c29c76ad9f1dc54000c27ef9232638eb413a4b61e4e25ab5c2

Contents?: true

Size: 215 Bytes

Versions: 16

Compression:

Stored size: 215 Bytes

Contents

require 'enumerated_attribute'

class Plural
		enum_attr :box, %w(small medium large)
		enum_attr :batch, %w(none daily weekly)
		enum_attr :cherry, %w(red green yellow)
		enum_attr :guy, %w(handsome funny cool)
end

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
jeffp-enumerated_attribute-0.1.4 spec/plural.rb
jeffp-enumerated_attribute-0.1.5 spec/plural.rb
jeffp-enumerated_attribute-0.1.6 spec/plural.rb
jeffp-enumerated_attribute-0.1.7 spec/plural.rb
jeffp-enumerated_attribute-0.2.0.2 spec/plural.rb
jeffp-enumerated_attribute-0.2.1 spec/plural.rb
jeffp-enumerated_attribute-0.2.2 spec/plural.rb
jeffp-enumerated_attribute-0.2.3 spec/plural.rb
edave-enumerated_attribute-0.2.18 spec/plural.rb
enumerated_attribute-0.2.16 spec/plural.rb
enumerated_attribute-0.2.13 spec/plural.rb
enumerated_attribute-0.2.12 spec/plural.rb
enumerated_attribute-0.2.11 spec/plural.rb
enumerated_attribute-0.2.10 spec/plural.rb
enumerated_attribute-0.2.8 spec/plural.rb
enumerated_attribute-0.2.7 spec/plural.rb