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.
1885 |
# File 'sig/types.rbs', line 1885
def initialize: (page_count: Integer, pages: Array[PageSignals]) -> void
|
Instance Attribute Details
#page_count ⇒ Integer (readonly)
Returns the value of attribute page_count.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def page_count @page_count end |
#pages ⇒ Array[PageSignals] (readonly)
Returns the value of attribute pages.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def pages @pages end |