Class: WMLAction::Tag::Macro

Inherits:
Struct
  • Object
show all
Defined in:
lib/wml_action/tag.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



16
17
18
# File 'lib/wml_action/tag.rb', line 16

def value
  @value
end

Instance Method Details

#to_s(indent = 0, dummy = 0) ⇒ Object



17
18
19
# File 'lib/wml_action/tag.rb', line 17

def to_s(indent=0, dummy=0)
  value.to_s
end