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:



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

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

Instance Attribute Details

#bboxBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



1231
1232
1233
# File 'sig/types.rbs', line 1231

def bbox
  @bbox
end

#latexString (readonly)

Returns the value of attribute latex.

Returns:

  • (String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def latex
  @latex
end

#pageInteger (readonly)

Returns the value of attribute page.

Returns:

  • (Integer)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def page
  @page
end