Class: Babl::Builder::BoundOperator

Inherits:
Object
  • Object
show all
Defined in:
lib/babl/builder/chain_builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(context, &scope) ⇒ BoundOperator

Returns a new instance of BoundOperator.



75
76
77
78
# File 'lib/babl/builder/chain_builder.rb', line 75

def initialize(context, &scope)
    @context = context
    @scope = scope
end

Instance Attribute Details

#contextObject (readonly)

Returns the value of attribute context.



73
74
75
# File 'lib/babl/builder/chain_builder.rb', line 73

def context
  @context
end

#scopeObject (readonly)

Returns the value of attribute scope.



73
74
75
# File 'lib/babl/builder/chain_builder.rb', line 73

def scope
  @scope
end