Class: Stockboy::ConfiguratorBlock Private

Inherits:
Object
  • Object
show all
Defined in:
lib/stockboy/dsl.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Constructor Details

#initialize(instance) ⇒ ConfiguratorBlock

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize a DSL context around an instance



10
11
12
# File 'lib/stockboy/dsl.rb', line 10

def initialize(instance)
  @instance = instance
end