class Gapic::GenericLRO::BaseOperation
A base class for the wrappers over the long-running operations.
@attribute [r] operation
@return [Object] The wrapped operation object.
Attributes
operation[RW]
Private Class Methods
new(operation)
click to toggle source
@private @param operation [Object] The operation object to be wrapped
# File lib/gapic/generic_lro/base_operation.rb, line 29 def initialize operation @operation = operation end