Sha256: 2bcb4f7ce16e0769273eb461bc526152c8c79b4b51175cc0c4f34f1c2e9aea3e
Contents?: true
Size: 175 Bytes
Versions: 3
Compression:
Stored size: 175 Bytes
Contents
require_relative "variation_container.rb" module Docks module Containers class State < Variation def self.type; Docks::Types::Symbol::STATE end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
docks_app-0.0.3 | lib/docks/containers/state_container.rb |
docks_app-0.0.2 | lib/docks/containers/state_container.rb |
docks_app-0.0.1 | lib/docks/containers/state_container.rb |