Class: RText::Instantiator::InstantiatorProblem

Inherits:
Struct
  • Object
show all
Defined in:
lib/rtext/instantiator.rb

Overview

A problem found during instantiation if the file is not known, it will be nil

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



13
14
15
# File 'lib/rtext/instantiator.rb', line 13

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



13
14
15
# File 'lib/rtext/instantiator.rb', line 13

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



13
14
15
# File 'lib/rtext/instantiator.rb', line 13

def message
  @message
end