Class: Flipper::Adapters::OperationLogger::Operation

Inherits:
Struct
  • Object
show all
Defined in:
lib/flipper/adapters/operation_logger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



9
10
11
# File 'lib/flipper/adapters/operation_logger.rb', line 9

def args
  @args
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/flipper/adapters/operation_logger.rb', line 9

def type
  @type
end