Class: Sbuilder::Ial::Model::AssignStatement
- Inherits:
-
DataManipulationStatement
- Object
- Struct
- Statement
- DataManipulationStatement
- Sbuilder::Ial::Model::AssignStatement
- Defined in:
- lib/model/model_dsl.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
Attributes inherited from DataManipulationStatement
Attributes inherited from Statement
Instance Method Summary collapse
Instance Attribute Details
#expression ⇒ Object
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 |