Method: WordsRubySdk::Paragraph.swagger_types
- Defined in:
- lib/words_ruby_sdk/models/paragraph.rb
.swagger_types ⇒ Object
Attribute type mapping.
54 55 56 57 58 59 60 |
# File 'lib/words_ruby_sdk/models/paragraph.rb', line 54 def self.swagger_types { :'link' => :'WordsApiLink', :'node_id' => :'String', :'child_nodes' => :'Array<NodeLink>' } end |