Method: OryClient::UiNode.attribute_map
- Defined in:
- lib/ory-client/models/ui_node.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
54 55 56 57 58 59 60 61 62 |
# File 'lib/ory-client/models/ui_node.rb', line 54 def self.attribute_map { :'attributes' => :'attributes', :'group' => :'group', :'messages' => :'messages', :'meta' => :'meta', :'type' => :'type' } end |