Method: WSDSL::Documentation#initialize
- Defined in:
- lib/documentation.rb
#initialize ⇒ Documentation
Initialize a Documentation object wrapping all the documentation aspect of the service. The response documentation is a Documentation instance living inside the service documentation object.
81 82 83 84 85 86 |
# File 'lib/documentation.rb', line 81 def initialize @params_doc = {} @examples = [] @elements = [] @namespaced_params = [] end |