Class: Pleiades::Command::Routing::Result

Inherits:
Object
  • Object
show all
Includes:
PathBuilder
Defined in:
lib/pleiades/core/command/routing/result.rb

Class Method Summary collapse

Methods included from PathBuilder

#normalize_path

Class Method Details

.create(options, event_args = {}) ⇒ Object



7
8
9
# File 'lib/pleiades/core/command/routing/result.rb', line 7

def self.create(options, event_args = {})
  new(options, event_args).send :create
end