class Origami::Action::RichMediaExecute
Public Class Methods
[](annotation, command, *params)
click to toggle source
# File lib/origami/actions.rb, line 313 def self.[](annotation, command, *params) self.new(:TA => annotation, :CMD => Command.new(:C => command, :A => params)) end