Exception: Formstack::FormstackError
- Inherits:
-
StandardError
- Object
- StandardError
- Formstack::FormstackError
- Defined in:
- lib/formstack.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data) ⇒ FormstackError
constructor
A new instance of FormstackError.
Constructor Details
#initialize(data) ⇒ FormstackError
Returns a new instance of FormstackError.
16 17 18 19 |
# File 'lib/formstack.rb', line 16 def initialize(data) @data = data super end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
14 15 16 |
# File 'lib/formstack.rb', line 14 def data @data end |