Class: Webhookdb::Replicator::Column::IsomorphicProc

Inherits:
TypedStruct
  • Object
show all
Defined in:
lib/webhookdb/replicator/column.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from TypedStruct

#[], #_apply, #_defaults, #as_json, #change, #initialize

Constructor Details

This class inherits a constructor from Webhookdb::TypedStruct

Instance Attribute Details

#rubyObject (readonly)

Returns the value of attribute ruby.



10
11
12
# File 'lib/webhookdb/replicator/column.rb', line 10

def ruby
  @ruby
end

#sqlObject (readonly)

Returns the value of attribute sql.



10
11
12
# File 'lib/webhookdb/replicator/column.rb', line 10

def sql
  @sql
end