Class: Sbuilder::Ial::Model::Operator

Inherits:
ParameterizedCallable show all
Defined in:
lib/model/model_dsl.rb

Instance Attribute Summary collapse

Attributes inherited from ParameterizedCallable

#parameters

Attributes inherited from Callable

#name, #type

Instance Method Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



253
254
255
# File 'lib/model/model_dsl.rb', line 253

def body
  @body
end

Instance Method Details

#[](k) ⇒ Object



254
255
256
257
# File 'lib/model/model_dsl.rb', line 254

def [](k)
  return body if k == :body
  super( k )
end