Class: Sbuilder::Ial::Model::AssignStatement

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

Instance Attribute Summary collapse

Attributes inherited from DataManipulationStatement

#variable

Attributes inherited from Statement

#type

Instance Method Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression.



68
69
70
# File 'lib/model/model_dsl.rb', line 68

def expression
  @expression
end

Instance Method Details

#[](k) ⇒ Object



69
70
71
72
# File 'lib/model/model_dsl.rb', line 69

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