module Aggro::Command
Public: Mixin to turn a PORO into an Aggro
command.
Public Instance Methods
to_details()
click to toggle source
# File lib/aggro/command.rb, line 12 def to_details { name: model_name.name, args: serialized_attributes } end