class OrientdbSchemaMigrator::MigrationGenerator::MigrationGeneratorBinding
Attributes
name[R]
Public Class Methods
new(name)
click to toggle source
# File lib/orientdb_schema_migrator/migration_generator.rb, line 11 def initialize(name) @name = name end
Public Instance Methods
get_binding()
click to toggle source
# File lib/orientdb_schema_migrator/migration_generator.rb, line 15 def get_binding binding end