Sha256: aedc2127de221298cbb5e4dbf811be23964eca094ff71a5b1f1890b703ecd4f5

Contents?: true

Size: 336 Bytes

Versions: 2

Compression:

Stored size: 336 Bytes

Contents

# VoltAppProperty backs the volt_app.properties hash.  properties is designed
# to allow things like gems that have external setup processes (creating an
# S3 bucket for example) to keep track of if that action has been completed on
# a global level.
class VoltAppProperty < Volt::Model
  field :name, String
  field :value, String
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
volt-0.9.7.pre3 app/volt/models/volt_app_property.rb
volt-0.9.7.pre2 app/volt/models/volt_app_property.rb