Method: ArcadiaContract::ContractEvent#action=

Defined in:
ext/ae-rad/ae-rad-libs.rb

#action=(value) ⇒ Object (writeonly)

Sets the attribute action

Parameters:

  • value

    the value to set the attribute action to.



889
890
891
# File 'ext/ae-rad/ae-rad-libs.rb', line 889

def action=(value)
  @action = value
end