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:



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

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

Instance Attribute Details

#bboxBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



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

def bbox
  @bbox
end

#latexString (readonly)

Returns the value of attribute latex.

Returns:

  • (String)


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

def latex
  @latex
end

#pageInteger (readonly)

Returns the value of attribute page.

Returns:

  • (Integer)


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

def page
  @page
end