Method: OryClient::VerificationFlow.attribute_map
- Defined in:
- lib/ory-client/models/verification_flow.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/ory-client/models/verification_flow.rb', line 45 def self.attribute_map { :'active' => :'active', :'expires_at' => :'expires_at', :'id' => :'id', :'issued_at' => :'issued_at', :'request_url' => :'request_url', :'return_to' => :'return_to', :'state' => :'state', :'type' => :'type', :'ui' => :'ui' } end |