Class: WSDSL::ResponseExceptions
- Inherits:
-
Object
- Object
- WSDSL::ResponseExceptions
- Defined in:
- lib/response_exceptions.rb
Overview
Instance Attribute Summary collapse
- #list ⇒ Object readonly
Instance Method Summary collapse
- #classes ⇒ Object
- #document(klass, doc) ⇒ Object
-
#initialize ⇒ ResponseExceptions
constructor
A new instance of ResponseExceptions.
Constructor Details
#initialize ⇒ ResponseExceptions
Returns a new instance of ResponseExceptions.
7 8 9 |
# File 'lib/response_exceptions.rb', line 7 def initialize @list = [] end |
Instance Attribute Details
#list ⇒ Object (readonly)
5 6 7 |
# File 'lib/response_exceptions.rb', line 5 def list @list end |