Method: WSDSL::Documentation#initialize

Defined in:
lib/documentation.rb

#initializeDocumentation

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.

Since:

  • 0.0.3



81
82
83
84
85
86
# File 'lib/documentation.rb', line 81

def initialize
  @params_doc   = {}
  @examples     = []
  @elements     = []
  @namespaced_params = []
end