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.
1064 |
# File 'sig/types.rbs', line 1064
def initialize: (page: Integer, ?bbox: BoundingBox) -> void
|
Instance Attribute Details
#bbox ⇒ BoundingBox (readonly)
Returns the value of attribute bbox.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def bbox @bbox end |
#page ⇒ Integer (readonly)
Returns the value of attribute page.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def page @page end |