Class: WMLAction::Tag::Expr::Op
- Inherits:
-
Struct
- Object
- Struct
- WMLAction::Tag::Expr::Op
- Defined in:
- lib/wml_action/expr.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
13 14 15 |
# File 'lib/wml_action/expr.rb', line 13 def value @value end |
Instance Method Details
#to_s ⇒ Object
14 15 16 |
# File 'lib/wml_action/expr.rb', line 14 def to_s value.to_s end |