Class: WMLAction::Tag::Expr::Op

Inherits:
Struct
  • Object
show all
Defined in:
lib/wml_action/expr.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



13
14
15
# File 'lib/wml_action/expr.rb', line 13

def value
  @value
end

Instance Method Details

#to_sObject



14
15
16
# File 'lib/wml_action/expr.rb', line 14

def to_s
  value.to_s
end