class Flipper::Adapters::OperationLogger::Operation

Attributes

args[R]
type[R]

Public Class Methods

new(type, args) click to toggle source
# File lib/flipper/adapters/operation_logger.rb, line 14
def initialize(type, args)
  @type = type
  @args = args
end