Class: Orbacle::TypingService::UnknownNodeKindError
- Inherits:
-
TypingError
- Object
- Orbacle::TypingService::UnknownNodeKindError
- Defined in:
- lib/orbacle/typing_service.rb
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Instance Method Summary collapse
-
#initialize(node) ⇒ UnknownNodeKindError
constructor
A new instance of UnknownNodeKindError.
Constructor Details
#initialize(node) ⇒ UnknownNodeKindError
Returns a new instance of UnknownNodeKindError.
7 8 9 |
# File 'lib/orbacle/typing_service.rb', line 7 def initialize(node) @node = node end |
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node.
10 11 12 |
# File 'lib/orbacle/typing_service.rb', line 10 def node @node end |