Class: DynamicPDFApi::FontInformation
- Inherits:
-
Object
- Object
- DynamicPDFApi::FontInformation
- Defined in:
- lib/ruby_client/FontInformation.rb
Instance Attribute Summary collapse
-
#_name ⇒ Object
readonly
Returns the value of attribute _name.
-
#file_path ⇒ Object
readonly
Returns the value of attribute file_path.
Instance Method Summary collapse
-
#initialize(font_name, file_path) ⇒ FontInformation
constructor
A new instance of FontInformation.
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
#_name ⇒ Object (readonly)
Returns the value of attribute _name.
3 4 5 |
# File 'lib/ruby_client/FontInformation.rb', line 3 def _name @_name end |
#file_path ⇒ Object (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 |