Method: AsposeWordsCloud::FontInfo.attribute_map

Defined in:
lib/aspose_words_cloud/models/font_info.rb

.attribute_mapObject

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



44
45
46
47
48
49
50
51
# File 'lib/aspose_words_cloud/models/font_info.rb', line 44

def self.attribute_map
  {
    :'file_path' => :'FilePath',
    :'font_family_name' => :'FontFamilyName',
    :'full_font_name' => :'FullFontName',
    :'version' => :'Version'
  }
end