Class: Xberg::Formula

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFormula

Returns a new instance of Formula.

Parameters:



1126
# File 'sig/types.rbs', line 1126

def initialize: (latex: String, ?bbox: BoundingBox, ?page: Integer) -> void

Instance Attribute Details

#bboxBoundingBox? (readonly)

Returns the value of attribute bbox.

Returns:



1123
1124
1125
# File 'sig/types.rbs', line 1123

def bbox
  @bbox
end

#latexString (readonly)

Returns the value of attribute latex.

Returns:

  • (String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def latex
  @latex
end

#pageInteger? (readonly)

Returns the value of attribute page.

Returns:

  • (Integer, nil)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def page
  @page
end