Class: Xberg::Formula
- Inherits:
-
Object
- Object
- Xberg::Formula
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bbox ⇒ BoundingBox
readonly
Returns the value of attribute bbox.
-
#latex ⇒ String
readonly
Returns the value of attribute latex.
-
#page ⇒ Integer
readonly
Returns the value of attribute page.
Instance Method Summary collapse
-
#initialize ⇒ Formula
constructor
A new instance of Formula.
Constructor Details
#initialize ⇒ Formula
Returns a new instance of Formula.
1222 |
# File 'sig/types.rbs', line 1222
def initialize: (latex: String, bbox: BoundingBox, page: Integer) -> void
|
Instance Attribute Details
#bbox ⇒ BoundingBox (readonly)
Returns the value of attribute bbox.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def bbox @bbox end |
#latex ⇒ String (readonly)
Returns the value of attribute latex.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def latex @latex end |
#page ⇒ Integer (readonly)
Returns the value of attribute page.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def page @page end |