Exception: ToFactory::Parsing::CouldNotInferClassException
- Inherits:
-
Exception
- Object
- Exception
- ToFactory::Parsing::CouldNotInferClassException
- Defined in:
- lib/to_factory/parsing/syntax.rb
Instance Attribute Summary collapse
-
#sexp ⇒ Object
readonly
Returns the value of attribute sexp.
Instance Method Summary collapse
-
#initialize(sexp) ⇒ CouldNotInferClassException
constructor
A new instance of CouldNotInferClassException.
Constructor Details
#initialize(sexp) ⇒ CouldNotInferClassException
Returns a new instance of CouldNotInferClassException.
8 9 10 |
# File 'lib/to_factory/parsing/syntax.rb', line 8 def initialize(sexp) @sexp = sexp end |
Instance Attribute Details
#sexp ⇒ Object (readonly)
Returns the value of attribute sexp.
6 7 8 |
# File 'lib/to_factory/parsing/syntax.rb', line 6 def sexp @sexp end |