Exception: Ldp::GraphDifferenceException
- Defined in:
- lib/ldp/error.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.
15 16 17 18 |
# File 'lib/ldp/error.rb', line 15 def initialize , diff super() @diff = diff end |
Instance Attribute Details
#diff ⇒ Object (readonly)
Returns the value of attribute diff.
14 15 16 |
# File 'lib/ldp/error.rb', line 14 def diff @diff end |