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