Class: RText::Instantiator::InstantiatorProblem
- Inherits:
-
Struct
- Object
- Struct
- RText::Instantiator::InstantiatorProblem
- 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
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
13 14 15 |
# File 'lib/rtext/instantiator.rb', line 13 def file @file end |
#line ⇒ Object
Returns the value of attribute line
13 14 15 |
# File 'lib/rtext/instantiator.rb', line 13 def line @line end |
#message ⇒ Object
Returns the value of attribute message
13 14 15 |
# File 'lib/rtext/instantiator.rb', line 13 def @message end |