Method: DocRaptor::Doc.swagger_types

Defined in:
lib/docraptor/models/doc.rb

.swagger_typesObject

Attribute type mapping.



82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# File 'lib/docraptor/models/doc.rb', line 82

def self.swagger_types
  {
    :'pipeline' => :'String',
    :'name' => :'String',
    :'document_type' => :'String',
    :'document_content' => :'String',
    :'document_url' => :'String',
    :'test' => :'BOOLEAN',
    :'strict' => :'String',
    :'ignore_resource_errors' => :'BOOLEAN',
    :'tag' => :'String',
    :'help' => :'BOOLEAN',
    :'javascript' => :'BOOLEAN',
    :'referrer' => :'String',
    :'callback_url' => :'String',
    :'prince_options' => :'PrinceOptions'

  }
end