Class: Xberg::MultidocInput
- Inherits:
-
Object
- Object
- Xberg::MultidocInput
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#page_count ⇒ Integer
readonly
Returns the value of attribute page_count.
-
#pages ⇒ Array[PageSignals]
readonly
Returns the value of attribute pages.
Instance Method Summary collapse
-
#initialize ⇒ MultidocInput
constructor
A new instance of MultidocInput.
Constructor Details
#initialize ⇒ MultidocInput
Returns a new instance of MultidocInput.
1896 |
# File 'sig/types.rbs', line 1896
def initialize: (page_count: Integer, pages: Array[PageSignals]) -> void
|
Instance Attribute Details
#page_count ⇒ Integer (readonly)
Returns the value of attribute page_count.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def page_count @page_count end |
#pages ⇒ Array[PageSignals] (readonly)
Returns the value of attribute pages.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def pages @pages end |