Class: Sablon::Statement::Insertion
- Inherits:
-
Struct
- Object
- Struct
- Sablon::Statement::Insertion
- Defined in:
- lib/sablon/operations.rb
Instance Attribute Summary collapse
-
#expr ⇒ Object
Returns the value of attribute expr.
-
#field ⇒ Object
Returns the value of attribute field.
Instance Method Summary collapse
Instance Attribute Details
#expr ⇒ Object
Returns the value of attribute expr
4 5 6 |
# File 'lib/sablon/operations.rb', line 4 def expr @expr end |
#field ⇒ Object
Returns the value of attribute field
4 5 6 |
# File 'lib/sablon/operations.rb', line 4 def field @field end |