Method: Noths::ImageUrl.swagger_types

Defined in:
lib/noths/models/image_url.rb

.swagger_typesObject

Attribute type mapping.



34
35
36
37
38
39
40
41
42
43
# File 'lib/noths/models/image_url.rb', line 34

def self.swagger_types
  {
    :'micro_url' => :'String',
    :'mini_url' => :'String',
    :'thumb_url' => :'String',
    :'medium_url' => :'String',
    :'preview_url' => :'String',
    :'normal_url' => :'String'
  }
end