Sha256: 679e81394b125dbe13230fc1f81b99193a844c0f1d3ff84c04c87f38a6c95082

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

module Blueprints
  # Class that blueprint blocks are evaluated against. Allows you to access options that were passed to build method.
  class Context
    attr_accessor :options
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blueprints-0.4.2 lib/blueprints/context.rb
blueprints-0.4.1 lib/blueprints/context.rb
blueprints-0.4.0 lib/blueprints/context.rb