Class: Xberg::PageSpan
- Inherits:
-
Object
- Object
- Xberg::PageSpan
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bbox ⇒ BoundingBox?
readonly
Returns the value of attribute bbox.
-
#page ⇒ Integer
readonly
Returns the value of attribute page.
Instance Method Summary collapse
-
#initialize ⇒ PageSpan
constructor
A new instance of PageSpan.
Constructor Details
#initialize ⇒ PageSpan
Returns a new instance of PageSpan.
1976 |
# File 'sig/types.rbs', line 1976
def initialize: (page: Integer, ?bbox: BoundingBox) -> void
|
Instance Attribute Details
#bbox ⇒ BoundingBox? (readonly)
Returns the value of attribute bbox.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def bbox @bbox end |
#page ⇒ Integer (readonly)
Returns the value of attribute page.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def page @page end |