Class: Mkxms::Mssql::Reference

Inherits:
Struct
  • Object
show all
Includes:
Utils::SchemaQualifiedName
Defined in:
lib/mkxms/mssql/references_handler.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utils::SchemaQualifiedName

#qualified_name

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/mkxms/mssql/references_handler.rb', line 6

def name
  @name
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



6
7
8
# File 'lib/mkxms/mssql/references_handler.rb', line 6

def schema
  @schema
end