Class: Flipper::Adapters::OperationLogger::Operation
- Inherits:
-
Struct
- Object
- Struct
- Flipper::Adapters::OperationLogger::Operation
- Defined in:
- lib/flipper/adapters/operation_logger.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
11 12 13 |
# File 'lib/flipper/adapters/operation_logger.rb', line 11 def args @args end |
#type ⇒ Object
Returns the value of attribute type
11 12 13 |
# File 'lib/flipper/adapters/operation_logger.rb', line 11 def type @type end |