class Scheman::Views::Mysql::Node

Public Class Methods

new(element) click to toggle source
# File lib/scheman/views/mysql.rb, line 93
def initialize(element)
  @element = element
end