Exception: Rook::Util::UndefinedPropertyError
- Defined in:
- lib/rook/util.rb
Instance Attribute Summary collapse
-
#property ⇒ Object
readonly
Returns the value of attribute property.
Instance Method Summary collapse
-
#initialize(message, property) ⇒ UndefinedPropertyError
constructor
A new instance of UndefinedPropertyError.
Constructor Details
#initialize(message, property) ⇒ UndefinedPropertyError
Returns a new instance of UndefinedPropertyError.
22 23 24 25 |
# File 'lib/rook/util.rb', line 22 def initialize(, property) super() @property = property end |
Instance Attribute Details
#property ⇒ Object (readonly)
Returns the value of attribute property.
26 27 28 |
# File 'lib/rook/util.rb', line 26 def property @property end |