Method: OryClient::UiText.attribute_map

Defined in:
lib/ory-client/models/ui_text.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



52
53
54
55
56
57
58
59
# File 'lib/ory-client/models/ui_text.rb', line 52

def self.attribute_map
  {
    :'context' => :'context',
    :'id' => :'id',
    :'text' => :'text',
    :'type' => :'type'
  }
end