class Startback::Operation::ErrorOperation
Attributes
details[R]
Public Class Methods
new(details)
click to toggle source
# File lib/startback/operation/error_operation.rb, line 5 def initialize(details) @details = details end
Public Instance Methods
bind(world)
click to toggle source
# File lib/startback/operation/error_operation.rb, line 13 def bind(world) self end
call()
click to toggle source
# File lib/startback/operation/error_operation.rb, line 10 def call end