class InputError

Attributes

object[RW]

Public Class Methods

new(object) click to toggle source
# File lib/ntc.rb, line 103
def initialize(object)
  @object = object
end