Method: PostApisResponse401#to_dynamic
- Defined in:
- lib/schemas.rb
#to_dynamic ⇒ Object
20312 20313 20314 20315 20316 20317 20318 20319 20320 |
# File 'lib/schemas.rb', line 20312 def to_dynamic { "detail" => detail, "instance" => instance, "status" => status, "title" => title, "type" => post_apis_response401_type, } end |