Method: Mutx::Custom::Execution.get_data
- Defined in:
- lib/mutx/custom/execution.rb
.get_data ⇒ Object
Returns result execution data if exist. Else returns an empty hash
43 44 45 46 |
# File 'lib/mutx/custom/execution.rb', line 43 def self.get_data self.is_there_result? ? self.get_result.execution_data : {} ##Mutx::Database::MongoConnector.force_close end |