class Gapic::Rest::BaseOperation
A base class for the wrappers over the long-running operations to the response of a REST LRO method.
@attribute [r] operation
@return [Object] The wrapped operation object.
Attributes
operation[R]
Public Class Methods
new(operation)
click to toggle source
@private @param operation [Object] The wrapped operation object.
# File lib/gapic/rest/operation.rb, line 28 def initialize operation @operation = operation end