Exception: Ldp::GraphDifferenceException
- Inherits:
-
Exception
- Object
- Exception
- Ldp::GraphDifferenceException
- Defined in:
- lib/ldp/orm.rb
Instance Attribute Summary collapse
-
#diff ⇒ Object
readonly
Returns the value of attribute diff.
Instance Method Summary collapse
-
#initialize(message, diff) ⇒ GraphDifferenceException
constructor
A new instance of GraphDifferenceException.
Constructor Details
#initialize(message, diff) ⇒ GraphDifferenceException
Returns a new instance of GraphDifferenceException.
101 102 103 104 |
# File 'lib/ldp/orm.rb', line 101 def initialize , diff super() @diff = diff end |
Instance Attribute Details
#diff ⇒ Object (readonly)
Returns the value of attribute diff.
100 101 102 |
# File 'lib/ldp/orm.rb', line 100 def diff @diff end |