Sha256: 0d5f81ef634631741efd34cd58951fe0468738cd86e0a9226ddd4eb7e2099dcd

Contents?: true

Size: 385 Bytes

Versions: 32

Compression:

Stored size: 385 Bytes

Contents

module Cuboid
class Application

class Runtime

    def state
        Cuboid::Application.application.state.runtime
    end

    def state=( d )
        Cuboid::Application.application.state.runtime = d
    end

    def data
        Cuboid::Application.application.data.runtime
    end

    def data=( d )
        Cuboid::Application.application.data.runtime = d
    end

end

end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
cuboid-0.1.5 lib/cuboid/application/runtime.rb
cuboid-0.1.4 lib/cuboid/application/runtime.rb
cuboid-0.1.3 lib/cuboid/application/runtime.rb
cuboid-0.1.2 lib/cuboid/application/runtime.rb
cuboid-0.1.1 lib/cuboid/application/runtime.rb
cuboid-0.1.0 lib/cuboid/application/runtime.rb
cuboid-0.0.5 lib/cuboid/application/runtime.rb
cuboid-0.0.4 lib/cuboid/application/runtime.rb
cuboid-0.0.3 lib/cuboid/application/runtime.rb
cuboid-0.0.3alpha lib/cuboid/application/runtime.rb
cuboid-0.0.2alpha lib/cuboid/application/runtime.rb
cuboid-0.0.1alpha lib/cuboid/application/runtime.rb