Method: Shotstack::Size.openapi_types
- Defined in:
- lib/shotstack/models/size.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 |
# File 'lib/shotstack/models/size.rb', line 39 def self.openapi_types { :'width' => :'Integer', :'height' => :'Integer' } end |