Exception: Onsi::Params::RelationshipNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Onsi::Params::RelationshipNotFound
- Defined in:
- lib/onsi/params.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(message, key) ⇒ RelationshipNotFound
constructor
A new instance of RelationshipNotFound.
Constructor Details
#initialize(message, key) ⇒ RelationshipNotFound
Returns a new instance of RelationshipNotFound.
6 7 8 9 |
# File 'lib/onsi/params.rb', line 6 def initialize(, key) super() @key = key end |
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key.
4 5 6 |
# File 'lib/onsi/params.rb', line 4 def key @key end |