Exception: ActiveForms::Error
- Inherits:
-
StandardError
- Object
- StandardError
- ActiveForms::Error
- Defined in:
- lib/active_forms.rb
Direct Known Subclasses
ApiKeyInvalid, ApiSigInvalid, ApiTimestampInvalid, ApiVersionNotSupported, ApplicationNotFound, ApplicationNotSent, BadParameterFormat, EntryNotFound, FieldNotFound, FieldNotMultiple, Forbidden, FormActiveVersionNotFound, FormNotFound, FormVersionNotFound, InternalServerError, MethodNotAllowed, MissingParameter, MissingResource, MissingVendor, NullResponse, OptionNotFound, ParseError, ResourceNotSupported, TemplateNotFound, Unauthorized
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
38 39 40 |
# File 'lib/active_forms.rb', line 38 def response @response end |