Class: Valuedate::Error
- Inherits:
-
Object
- Object
- Valuedate::Error
- Defined in:
- lib/valuedate.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(options = {}) ⇒ Error
Returns a new instance of Error.
15 16 17 |
# File 'lib/valuedate.rb', line 15 def initialize(={}) @options = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
13 14 15 |
# File 'lib/valuedate.rb', line 13 def @options end |