Class: Mkxms::Mssql::Engine::MissingHandler

Inherits:
Struct
  • Object
show all
Defined in:
lib/mkxms/mssql/engine.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#context_classObject

Returns the value of attribute context_class

Returns:

  • (Object)

    the current value of context_class



16
17
18
# File 'lib/mkxms/mssql/engine.rb', line 16

def context_class
  @context_class
end

#handler_nameObject

Returns the value of attribute handler_name

Returns:

  • (Object)

    the current value of handler_name



16
17
18
# File 'lib/mkxms/mssql/engine.rb', line 16

def handler_name
  @handler_name
end

Instance Method Details

#to_sObject



17
18
19
# File 'lib/mkxms/mssql/engine.rb', line 17

def to_s
  "#{self.context_class.name} does not define #{self.handler_name}"
end