Exception: Ace::Hitl::Organisms::HitlManager::AmbiguousReferenceError
- Inherits:
-
StandardError
- Object
- StandardError
- Ace::Hitl::Organisms::HitlManager::AmbiguousReferenceError
- Defined in:
- lib/ace/hitl/organisms/hitl_manager.rb
Instance Attribute Summary collapse
-
#matches ⇒ Object
readonly
Returns the value of attribute matches.
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
Instance Method Summary collapse
-
#initialize(ref, matches) ⇒ AmbiguousReferenceError
constructor
A new instance of AmbiguousReferenceError.
Constructor Details
#initialize(ref, matches) ⇒ AmbiguousReferenceError
Returns a new instance of AmbiguousReferenceError.
22 23 24 25 26 |
# File 'lib/ace/hitl/organisms/hitl_manager.rb', line 22 def initialize(ref, matches) @ref = ref @matches = matches super("Ambiguous HITL reference '#{ref}'") end |
Instance Attribute Details
#matches ⇒ Object (readonly)
Returns the value of attribute matches.
20 21 22 |
# File 'lib/ace/hitl/organisms/hitl_manager.rb', line 20 def matches @matches end |
#ref ⇒ Object (readonly)
Returns the value of attribute ref.
20 21 22 |
# File 'lib/ace/hitl/organisms/hitl_manager.rb', line 20 def ref @ref end |