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.
1126 |
# File 'sig/types.rbs', line 1126
def initialize: (latex: String, ?bbox: BoundingBox, ?page: Integer) -> void
|
Instance Attribute Details
#bbox ⇒ BoundingBox? (readonly)
Returns the value of attribute bbox.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def bbox @bbox end |
#latex ⇒ String (readonly)
Returns the value of attribute latex.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def latex @latex end |
#page ⇒ Integer? (readonly)
Returns the value of attribute page.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def page @page end |