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:



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

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

Instance Attribute Details

#bboxBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



1219
1220
1221
# File 'sig/types.rbs', line 1219

def bbox
  @bbox
end

#latexString (readonly)

Returns the value of attribute latex.

Returns:

  • (String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def latex
  @latex
end

#pageInteger (readonly)

Returns the value of attribute page.

Returns:

  • (Integer)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def page
  @page
end