Class: DynamicPDFApi::FontInformation

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_client/FontInformation.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(font_name, file_path) ⇒ FontInformation

Returns a new instance of FontInformation.



5
6
7
8
# File 'lib/ruby_client/FontInformation.rb', line 5

def initialize(font_name, file_path)
  @_name = font_name
  @file_path = file_path
end

Instance Attribute Details

#_nameObject (readonly)

Returns the value of attribute _name.



3
4
5
# File 'lib/ruby_client/FontInformation.rb', line 3

def _name
  @_name
end

#file_pathObject (readonly)

Returns the value of attribute file_path.



3
4
5
# File 'lib/ruby_client/FontInformation.rb', line 3

def file_path
  @file_path
end