Method: OryClient::UiContainer.openapi_types
- Defined in:
- lib/ory-client/models/ui_container.rb
.openapi_types ⇒ Object
Attribute type mapping.
45 46 47 48 49 50 51 52 |
# File 'lib/ory-client/models/ui_container.rb', line 45 def self.openapi_types { :'action' => :'String', :'messages' => :'Array<UiText>', :'method' => :'String', :'nodes' => :'Array<UiNode>' } end |