Class: WMLAction::Tag::Expr::Var

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/wml_action/expr.rb', line 7

def name
  @name
end

Instance Method Details

#to_sObject



8
9
10
# File 'lib/wml_action/expr.rb', line 8

def to_s
  name.to_s
end