Method: ActiveCommand::Command.from_json
- Defined in:
- lib/active_command/command.rb
.from_json(json) ⇒ Object
11 12 13 14 15 |
# File 'lib/active_command/command.rb', line 11 def self.from_json(json) klass = self.new klass.from_json(json) klass end |