Sha256: a66ff0172c41f3ed339b1812be5d0a6e0f7dbfd318573df171da7852ef9d439f
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
module AppManifest class Env include Virtus.model include Serializer attribute :description, String attribute :generator, String attribute :required, Boolean attribute :value, String end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
app_manifest-0.5.0 | lib/app_manifest/env.rb |
app_manifest-0.4.0 | lib/app_manifest/env.rb |
app_manifest-0.3.0 | lib/app_manifest/env.rb |