class Cadence::Workflow::Serializer::Base
Attributes
object[R]
Public Class Methods
new(object)
click to toggle source
# File lib/cadence/workflow/serializer/base.rb, line 8 def initialize(object) @object = object end
Public Instance Methods
to_thrift()
click to toggle source
# File lib/cadence/workflow/serializer/base.rb, line 12 def to_thrift raise NotImplementedError, 'serializer needs to implement #to_thrift' end