Sha256: 325bf1c82f6436233d4b88f6376e585389b5c0b2bc2c90c3b5a03f42a3d593a0
Contents?: true
Size: 121 Bytes
Versions: 2
Compression:
Stored size: 121 Bytes
Contents
class Attribute attr_accessor :name, :type def initialize(name, type) @name = name @type = type end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vraptor-scaffold-0.0.1.beta2 | lib/generators/attribute.rb |
vraptor-scaffold-0.0.1.beta1 | lib/generators/attribute.rb |