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:



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

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

Instance Attribute Details

#bboxBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



1298
1299
1300
# File 'sig/types.rbs', line 1298

def bbox
  @bbox
end

#latexString (readonly)

Returns the value of attribute latex.

Returns:

  • (String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def latex
  @latex
end

#pageInteger (readonly)

Returns the value of attribute page.

Returns:

  • (Integer)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def page
  @page
end