Class: AsposeWordsCloud::GetAvailableFontsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/aspose_words_cloud/models/requests/get_available_fonts_request.rb

Overview

Request model for get_available_fonts operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fonts_location = nil) ⇒ GetAvailableFontsRequest

Initializes a new instance.

Parameters:

  • fonts_location (defaults to: nil)

    Folder in filestorage with custom fonts.



39
40
41
# File 'lib/aspose_words_cloud/models/requests/get_available_fonts_request.rb', line 39

def initialize(fonts_location = nil)
  self.fonts_location = fonts_location
end

Instance Attribute Details

#fonts_locationObject

Folder in filestorage with custom fonts.



33
34
35
# File 'lib/aspose_words_cloud/models/requests/get_available_fonts_request.rb', line 33

def fonts_location
  @fonts_location
end