Method: OryClient::UiContainer.attribute_map
- Defined in:
- lib/ory-client/models/ui_container.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
30 31 32 33 34 35 36 37 |
# File 'lib/ory-client/models/ui_container.rb', line 30 def self.attribute_map { :'action' => :'action', :'messages' => :'messages', :'method' => :'method', :'nodes' => :'nodes' } end |